summaryrefslogtreecommitdiff
path: root/modules/laptop/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:09:02 -0700
committerFuwn <[email protected]>2024-10-01 06:09:08 -0700
commit63d15b50adcdf17ee2055eb22d06c1d03c6fecd9 (patch)
treeaed4120c4160729c3ebfb0100c567d9ee7c8199e /modules/laptop/default.nix
parentmodules: move boot from desktop to pc (diff)
downloadnixos-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.nix10
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;
+ };
+ };
+}