diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,6 +13,7 @@ ./hyprpaper.nix ./hypridle.nix ./hyprlock.nix + ./hyprsunset.nix ./ghostty.nix ./obsidian.nix ./fastfetch.nix @@ -58,6 +59,8 @@ wl-clipboard wev obs-studio + # hyprsysteminfo # application to display info about hyprland + # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -141,7 +144,6 @@ # }; }; - xdg.portal = { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; |
