diff options
Diffstat (limited to 'hosts/laptop')
| -rw-r--r-- | hosts/laptop/configuration.nix | 7 |
1 files changed, 2 insertions, 5 deletions
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 = { |
