aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/home/c.nix
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/copenhagen/home/c.nix
parent10c984caf7067656990e5966b4626314f225755f (diff)
roles: home: migrate old home module to roles
Diffstat (limited to 'hosts/copenhagen/home/c.nix')
-rw-r--r--hosts/copenhagen/home/c.nix20
1 files changed, 4 insertions, 16 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix
index 0d1d5e9..b374712 100644
--- a/hosts/copenhagen/home/c.nix
+++ b/hosts/copenhagen/home/c.nix
@@ -16,24 +16,12 @@
];
};
- programs = {
- git = {
+ home.roles = {
+ dev = {
enable = true;
-
- userName = "Caroline Larimore";
- userEmail = "caroline@larimo.re";
-
- signing = {
- key = "DE64538967CA0C68";
- signByDefault = true;
- };
-
- ignores = [
- "*~"
- "*.swp"
- ];
+ key = "DE64538967CA0C68";
};
- };
+ }
home.packages = with pkgs; [
cloc