disable hyprland for now

This commit is contained in:
Gene Liverman 2024-08-20 12:48:21 -04:00
parent bcff4585ef
commit e51526858c

View file

@ -1,4 +1,3 @@
{ config, pkgs, username, ... }: {
{ config, inputs, pkgs, username, ... }: { { config, inputs, pkgs, username, ... }: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -79,7 +78,7 @@
# require enabling PolKit integration on some desktop environments (e.g. Plasma). # require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "${username}" ]; polkitPolicyOwners = [ "${username}" ];
}; };
hyprland.enable = true; #hyprland.enable = true;
ssh.askPassword = "ssh-askpass"; ssh.askPassword = "ssh-askpass";