diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 806751d..3e9cba1 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -12,6 +12,7 @@ neovim = true; desktop = { games = true; + apps = true; enable = true; hyprland = true; #TODO: flip both, just trying if it works. kde = true; diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index f1b3255..6732e7f 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -29,6 +29,7 @@ neovim = true; desktop = { games = true; + apps = true; enable = true; hyprland = true; kde = true;