installing hyprland but in the systemwide
This commit is contained in:
parent
ed0dc6bf7e
commit
7b7a1e5ae5
2 changed files with 19 additions and 13 deletions
|
|
@ -38,11 +38,6 @@
|
|||
swaylock = {};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.wayland = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users = {
|
||||
|
|
@ -79,7 +74,10 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
hyprland.enable = true;
|
||||
hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
|
|
@ -88,6 +86,11 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
seatd.enable = true;
|
||||
xserver = {
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.wayland = true;
|
||||
};
|
||||
dbus.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue