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.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix
index da433d6..5a4f373 100644
--- a/hosts/desktop/home.nix
+++ b/hosts/desktop/home.nix
@@ -1,4 +1,8 @@
-{ username, pkgs, ... }:
+{
+ username,
+ pkgs,
+ ...
+}:
{
imports = [ ../../hm/default.nix ];
@@ -93,6 +97,5 @@
tmux
gimp
stow
- element-desktop
];
}