❄️ 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
···
{
system.stateVersion = 6; # Initial nix-darwin version
}
···
{
+
settings = {
+
profiles = {
+
graphical.enable = true;
+
laptop.enable = true;
+
};
+
};
system.stateVersion = 6; # Initial nix-darwin version
}