aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
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 = [
];