diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 434565e..356cfb2 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -9,10 +9,7 @@ ../../os/default.nix ]; - boot.kernelParams = [ - "video=DP-1:2560x1440@240" - ]; - sys = { + os = { core = { allowUnfree.enable = true; flatpak.enable = true; @@ -69,4 +66,8 @@ niri.enable = true; }; }; + + boot.kernelParams = [ + "video=DP-1:2560x1440@240" + ]; } diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 2862021..1f06829 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -7,16 +7,13 @@ ../../os/default.nix ]; - sys = { + os = { core = { allowUnfree.enable = true; audio.enable = true; bootloader = "grub"; - drivers = { - enable = true; - amd.enable = true; - }; + drivers.enable = true; fonts.enable = true; greet.enable = true; home-manager = { |
