about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index 243b326..29fe759 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -1,7 +1,6 @@
 { config, lib, pkgs, ... }:
 
 {
-
   programs.home-manager.enable = true;
 
   home.packages = [
@@ -17,6 +16,7 @@
   };
 
   imports = [
+    ../common/desktop/
     ./git.nix
     ./go.nix
     ./tmux.nix