my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed hyprland

-5
-5
hosts/Khaos/configuration.nix
··· 157 157 programs = { 158 158 nano.enable = true; 159 159 zsh.enable = true; 160 - hyprland = { 161 - enable = true; 162 - xwayland.enable = true; 163 - package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; 164 - }; 165 160 166 161 # allows normal binaries to run 167 162 nix-ld = {