summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-06-22 23:46:10 -0400
committerSkullheadx <admonty1@protonmail.com>2026-06-22 23:46:10 -0400
commit13ff370cba695915cdd0e3dab8bf5d67d738ed91 (patch)
tree863da92a756cf088259d7e64c7968029be2ee1fd
parentadd gnumake (diff)
downloadnixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.gz
nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.tar.bz2
nixos-13ff370cba695915cdd0e3dab8bf5d67d738ed91.zip
fastfetch
-rw-r--r--dotfiles/fastfetch/config.jsonc35
-rw-r--r--hjem.nix2
-rw-r--r--hosts/nepsis/configuration.nix4
3 files changed, 40 insertions, 1 deletions
diff --git a/dotfiles/fastfetch/config.jsonc b/dotfiles/fastfetch/config.jsonc
new file mode 100644
index 0000000..65cce74
--- /dev/null
+++ b/dotfiles/fastfetch/config.jsonc
@@ -0,0 +1,35 @@
+{
+ "logo": {
+ "padding": {
+ "right": 1
+ }
+ },
+ "modules": [
+ "title",
+ "separator",
+ "os",
+ "host",
+ "kernel",
+ "uptime",
+ "datetime",
+ "packages",
+ "shell",
+ "display",
+ "de",
+ "wm",
+ "theme",
+ "icons",
+ "terminal",
+ "terminalfont",
+ "cpu",
+ "gpu",
+ "memory",
+ "swap",
+ "disk",
+ "battery",
+ "poweradapter",
+ "font",
+ "cursor",
+ "colors"
+ ]
+}
diff --git a/hjem.nix b/hjem.nix
index b208578..1724568 100644
--- a/hjem.nix
+++ b/hjem.nix
@@ -25,6 +25,8 @@
".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc;
".config/senpai/senpai.scfg".source = ./dotfiles/senpai/senpai.scfg;
+
+ ".config/fastfetch/config.jsonc".source = ./dotfiles/fastfetch/config.jsonc;
};
packages = with pkgs; [
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