diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:09:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:09:08 -0700 |
| commit | 63d15b50adcdf17ee2055eb22d06c1d03c6fecd9 (patch) | |
| tree | aed4120c4160729c3ebfb0100c567d9ee7c8199e /modules/laptop/default.nix | |
| parent | modules: move boot from desktop to pc (diff) | |
| download | nixos-config-63d15b50adcdf17ee2055eb22d06c1d03c6fecd9.tar.xz nixos-config-63d15b50adcdf17ee2055eb22d06c1d03c6fecd9.zip | |
modules: move remaining fina-specific configuration to pc and laptop
Diffstat (limited to 'modules/laptop/default.nix')
| -rw-r--r-- | modules/laptop/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/laptop/default.nix b/modules/laptop/default.nix new file mode 100644 index 0000000..f8f6172 --- /dev/null +++ b/modules/laptop/default.nix @@ -0,0 +1,10 @@ +{ + services = { + desktopManager.plasma6.enable = true; + + displayManager.sddm = { + enable = true; + wayland.enable = true; + }; + }; +} |