summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 846788a..a171c5e 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -58,7 +58,11 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
- programs.hyprland.enable = true;
+ programs.hyprland = {
+ enable = true;
+ withUWSM = true;
+ };
+
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@@ -68,6 +72,8 @@
hyprland
kitty
libnotify
+ gnome-keyring
+
];
programs.steam = {
enable = true;