diff options
Diffstat (limited to 'home/configs')
-rw-r--r-- | home/configs/delta/remirin.nix | 24 | ||||
-rw-r--r-- | home/configs/haruka/sefidel.nix | 2 |
2 files changed, 25 insertions, 1 deletions
diff --git a/home/configs/delta/remirin.nix b/home/configs/delta/remirin.nix new file mode 100644 index 0000000..aa6eac3 --- /dev/null +++ b/home/configs/delta/remirin.nix @@ -0,0 +1,24 @@ +{ pkgs, ... }: + +{ + config = { + activeProfiles = [ + "base" + "darwin" +# "gui" +# "browsing" + "development" + "communication" +# "multimedia" +# "creative" + "research" +# "security" +# "gaming" + ]; + + programs.htop.settings.detailed_cpu_time = true; + + sops.defaultSopsFile = ../../secrets/secrets.yaml; + sops.gnupg.home = "/Users/remirin/.gnupg"; + }; +} diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index 22e53e9..9782020 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -17,7 +17,7 @@ profiles.gui = { laptop.enable = true; font = { - name = "ProFont"; + name = "Iosevka Term NF"; pixelSize = 14; }; }; |