❄️ Dotfiles for our NixOS system configuration.

chore(hosts:juniper): add profiles

Chloe A 5be668cd 641f4ed3

Changed files
+6
hosts
juniper
+6
hosts/juniper/default.nix
··· 1 1 { 2 + settings = { 3 + profiles = { 4 + graphical.enable = true; 5 + laptop.enable = true; 6 + }; 7 + }; 2 8 system.stateVersion = 6; # Initial nix-darwin version 3 9 }