summaryrefslogtreecommitdiff
path: root/hosts/desktop/home.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-28 20:49:07 +0100
committeradikro <adikro@disroot.org>2026-01-28 20:49:07 +0100
commite5036417abe5d3597792f869e2831decd50eba5d (patch)
tree367bf2a9a077a518dbc4efa4d8ec3f333f323630 /hosts/desktop/home.nix
parent31526e3f2df19777b30d04d6747d57a7a807cdd3 (diff)
repo cleanup
Diffstat (limited to 'hosts/desktop/home.nix')
-rw-r--r--hosts/desktop/home.nix7
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 = {