feat: add new host, noma.nix

This commit is contained in:
xezo360hye 2024-08-21 15:52:22 +03:00
parent 4346c1502b
commit b3dfbe84f1
2 changed files with 14 additions and 0 deletions

5
home/noma.nix Normal file
View File

@ -0,0 +1,5 @@
{
imports = [
./modules/plasma
];
}

9
system/noma.nix Normal file
View File

@ -0,0 +1,9 @@
{
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
wayland.enable = true;
};
};
}