From 512483106110b5f9209bb03238d44b991fe15d22 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 12 Feb 2026 23:04:24 +0100 Subject: thinkpad configuration finalization --- hosts/desktop/home.nix | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'hosts/desktop/home.nix') 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"; - }; } -- cgit v1.3