feat: add new host, noma.nix
This commit is contained in:
parent
4346c1502b
commit
b3dfbe84f1
5
home/noma.nix
Normal file
5
home/noma.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./modules/plasma
|
||||
];
|
||||
}
|
9
system/noma.nix
Normal file
9
system/noma.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user