summaryrefslogtreecommitdiff
path: root/hosts/laptop/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laptop/home.nix')
-rw-r--r--hosts/laptop/home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix
index e5b5f32..272cca3 100644
--- a/hosts/laptop/home.nix
+++ b/hosts/laptop/home.nix
@@ -16,6 +16,7 @@
};
git.enable = true;
xdg-dirs.enable = true;
+ xdg-mime.enable = true;
};
editors.nixvim.enable = true;
env = {
@@ -37,9 +38,11 @@
};
soft = {
browser.librewolf.enable = true;
- mpv.enable = true;
+ email.thunderbird.enable = true;
media.enable = true;
+ mpv.enable = true;
nixcord.enable = true;
+ onlyoffice.enable = true;
obsidian.enable = true;
spicetify.enable = true;
torrent.enable = true;