aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 22:52:20 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 23:00:44 -0700
commit2f17e369400b9c895b3554008ab3efbc76255428 (patch)
tree172c910e17f14bb8d0d7306fe527c2c79140df64 /hosts/c-pc
parent10c984caf7067656990e5966b4626314f225755f (diff)
roles: home: migrate old home module to roles
Diffstat (limited to 'hosts/c-pc')
-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;