aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-08-06 18:58:56 +0800
committerZhongheng Liu <z.liu@outlook.com.gr>2024-08-06 18:58:56 +0800
commite0537affdcf6f9e7368545f5e0358ec062c18ee7 (patch)
tree547a20150fe7743fa0bf57b7c0b45e3a3160e23d /nixos/configuration.nix
parent902a18fec58cbe96a4e285ce3f575e4f53b59f56 (diff)
downloadnixos-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.nix9
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 = [
];