Auto-commit: 2026-01-05 18:31:25
This commit is contained in:
@@ -3,7 +3,6 @@ let
|
|||||||
cfg = nixosConfig.my.desktop;
|
cfg = nixosConfig.my.desktop;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.kitty.enable = cfg.enable; # required for the default Hyprland config
|
|
||||||
wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) {
|
wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) {
|
||||||
enable = true;
|
enable = true;
|
||||||
# set the flake package
|
# set the flake package
|
||||||
|
|||||||
Reference in New Issue
Block a user