summaryrefslogtreecommitdiff
path: root/hosts/desktop/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/home.nix')
-rw-r--r--hosts/desktop/home.nix26
1 files changed, 2 insertions, 24 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix
index ba5777a..8211143 100644
--- a/hosts/desktop/home.nix
+++ b/hosts/desktop/home.nix
@@ -1,8 +1,4 @@
-{
- username,
- pkgs,
- ...
-}:
+{ username, ... }:
{
imports = [ ../../hm/default.nix ];
@@ -21,7 +17,7 @@
git.enable = true;
xdg-dirs = {
enable = true;
- mediaPath = /storage;
+ storagePath = /storage;
};
xdg-mime.enable = true;
};
@@ -63,22 +59,4 @@
yt-dlp.enable = true;
};
};
-
- home.packages = with pkgs; [
- sweethome3d.application
- sweethome3d.furniture-editor
- czkawka
- ];
-
- xdg.mimeApps = {
- enable = true;
- defaultApplications = {
- "x-scheme-handler/terminal" = [ "foot.desktop" ];
- "inode/directory" = [ "thunar.desktop" ];
- };
- };
-
- home.sessionVariables = {
- XDG_UTILS_TERMINAL = "foot";
- };
}