From 2f17e369400b9c895b3554008ab3efbc76255428 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:52:20 -0700 Subject: roles: home: migrate old home module to roles --- hosts/copenhagen/home/c.nix | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'hosts/copenhagen') 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 -- cgit v1.2.3