diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
| commit | 574d3681522ce5c21b153cfb3e8f1a923d14aa46 (patch) | |
| tree | bf102f3add5022ae14a749724227aa334d3783d5 /configuration.nix | |
| parent | freetube configured (diff) | |
| download | nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.gz nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.bz2 nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.zip | |
switch to hyprpaper
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 8 |
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; |
