mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
disable hyprland for now
This commit is contained in:
parent
bcff4585ef
commit
e51526858c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
{ config, pkgs, username, ... }: {
|
||||
{ config, inputs, pkgs, username, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -79,7 +78,7 @@
|
|||
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
|
||||
polkitPolicyOwners = [ "${username}" ];
|
||||
};
|
||||
hyprland.enable = true;
|
||||
#hyprland.enable = true;
|
||||
|
||||
ssh.askPassword = "ssh-askpass";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue