diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-06 18:58:56 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-06 18:58:56 +0800 |
commit | e0537affdcf6f9e7368545f5e0358ec062c18ee7 (patch) | |
tree | 547a20150fe7743fa0bf57b7c0b45e3a3160e23d /nixos/configuration.nix | |
parent | 902a18fec58cbe96a4e285ce3f575e4f53b59f56 (diff) | |
download | nixos-configuration-e0537affdcf6f9e7368545f5e0358ec062c18ee7.tar.gz nixos-configuration-e0537affdcf6f9e7368545f5e0358ec062c18ee7.tar.bz2 nixos-configuration-e0537affdcf6f9e7368545f5e0358ec062c18ee7.zip |
fix: fix hyprland configuration
add new hyprland NixOS module
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5015d8f..ba44553 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -48,10 +48,11 @@ security.polkit.enable = true; services.gnome.gnome-keyring.enable = true; - programs.sway = { - enable = true; - wrapperFeatures.gtk = true; - }; + #programs.sway = { + # enable = true; + # wrapperFeatures.gtk = true; + #}; + programs.hyprland.enable = true; # enables Hyprland DM. nixpkgs = { overlays = [ ]; |