diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-22 23:46:10 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-22 23:46:10 -0400 |
| commit | 13ff370cba695915cdd0e3dab8bf5d67d738ed91 (patch) | |
| tree | 863da92a756cf088259d7e64c7968029be2ee1fd /hosts/nepsis/configuration.nix | |
| parent | add gnumake (diff) | |
| download | nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.gz nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.bz2 nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.zip | |
fastfetch
Diffstat (limited to '')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 2b12ef1..ef7fd71 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -72,7 +72,6 @@ st dmenu feh - fastfetch sxhkd pamixer maim @@ -95,6 +94,7 @@ passExtensions.pass-otp passExtensions.pass-update passExtensions.pass-import + bibata-cursors ]; programs.firefox = { @@ -134,6 +134,8 @@ BROWSER = "surf"; SFEED_PLUMBER = "$BROWSER"; SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file"; + XCURSOR_SIZE = 25; + XCURSOR_THEME = "Bibata-Modern-Ice"; }; # Some programs need SUID wrappers, can be configured further or are |
