Hyprland: Use enable switch
This commit is contained in:
@@ -77,10 +77,10 @@
|
||||
|
||||
catppuccin.enable = true;
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
programs.hyprland.enable = true;
|
||||
# Force electron apps to use wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
programs.steam = {
|
||||
@@ -132,8 +132,6 @@
|
||||
# required for zsh completion
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
services.kanata = {
|
||||
|
||||
Reference in New Issue
Block a user