summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 18:52:13 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 18:52:13 -0400
commit5a35b5ebdb2d4bac04e837064f115cb79459dcb8 (patch)
treea047d80eaa92dc87f306de3ccd25530046d230d1 /home.nix
parentadd OBS-studio (diff)
downloadnixos-5a35b5ebdb2d4bac04e837064f115cb79459dcb8.tar.gz
nixos-5a35b5ebdb2d4bac04e837064f115cb79459dcb8.tar.bz2
nixos-5a35b5ebdb2d4bac04e837064f115cb79459dcb8.zip
hyprsunset test
Diffstat (limited to '')
-rw-r--r--home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index dc73880..ee3bf10 100644
--- a/home.nix
+++ b/home.nix
@@ -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 ];