feat(hyprland): add hyprland and wayland config
This commit is contained in:
24
hosts/marpa/services/default.nix
Normal file
24
hosts/marpa/services/default.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
imports = [
|
||||
../../../modules/ssh.nix
|
||||
../../../modules/sunshine.nix
|
||||
../../../modules/xserver.nix
|
||||
];
|
||||
|
||||
modules = {
|
||||
sunshine = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
};
|
||||
xserver = {
|
||||
amdgpu.enable = true;
|
||||
de = "gnome";
|
||||
};
|
||||
};
|
||||
services = {
|
||||
blueman.enable = true;
|
||||
fwupd.enable = true;
|
||||
printing.enable = true;
|
||||
openssh.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user