diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/macbook/configuration.nix | 4 | ||||
| -rw-r--r-- | hosts/macbook/home.nix | 7 |
3 files changed, 4 insertions, 9 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 00011ff..0165a04 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -71,5 +71,5 @@ ]; nixpkgs.config.allowUnfree = true; - system.stateVersion = "25.05"; + system.stateVersion = "25.05"; } diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 48789b0..867ca40 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -1,6 +1,4 @@ -{ - ... -}: +{ ... }: { users.users.schererleander.home = "/Users/schererleander"; diff --git a/hosts/macbook/home.nix b/hosts/macbook/home.nix index 6bacd85..297811e 100644 --- a/hosts/macbook/home.nix +++ b/hosts/macbook/home.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: +{ pkgs, ... }: { imports = [ @@ -26,7 +23,7 @@ nerd-fonts.symbols-only ]; - dev.enable = true; + dev.enable = true; home.stateVersion = "25.05"; } |
