diff options
Diffstat (limited to 'hosts/desktop/home.nix')
| -rw-r--r-- | hosts/desktop/home.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index e274907..f47deb7 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ username, pkgs, ... }: { imports = [ ../../hm/default.nix ]; @@ -59,6 +59,11 @@ }; }; + home.packages = with pkgs.sweethome3d; [ + application + furniture-editor + ]; + xdg.mimeApps = { enable = true; defaultApplications = { |
