aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/c-pc/home.nix')
-rw-r--r--hosts/c-pc/home.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix
index 6e87975..3cba16d 100644
--- a/hosts/c-pc/home.nix
+++ b/hosts/c-pc/home.nix
@@ -4,7 +4,7 @@
imports = [
inputs.impermanence.nixosModules.home-manager.impermanence
- ../../home
+ ../../roles/home
];
# theme.nix is an untracked symlink to a theme under ./themes/
@@ -78,6 +78,15 @@
];
};
+ home.roles = {
+ dev = {
+ enable = true;
+ key = "314C14641E707B68";
+ };
+
+ desktop.enable = true;
+ };
+
programs = {
feh.enable = true;
btop.enable = true;