diff options
Diffstat (limited to 'hosts/desktop/home.nix')
| -rw-r--r-- | hosts/desktop/home.nix | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index f47deb7..5dfb31e 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -1,6 +1,9 @@ -{ username, pkgs, ... }: { - imports = [ ../../hm/default.nix ]; + username, + pkgs, + ... +}: { + imports = [../../hm/default.nix]; home = { username = "${username}"; @@ -59,16 +62,17 @@ }; }; - home.packages = with pkgs.sweethome3d; [ - application - furniture-editor + 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" ]; + "x-scheme-handler/terminal" = ["foot.desktop"]; + "inode/directory" = ["thunar.desktop"]; }; }; |
