summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 19:17:58 -0700
committerFuwn <[email protected]>2024-08-30 19:17:58 -0700
commit706b6c87d63f3d69b16e65de8afd8e58846ff104 (patch)
tree789153e6c080b0e61fca1c65829c8a55a041fd13 /home/ebisu/fortune/system
parentgnu (diff)
downloadnixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.tar.xz
nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.zip
thi
Diffstat (limited to 'home/ebisu/fortune/system')
-rw-r--r--home/ebisu/fortune/system/fonts/default.nix4
-rw-r--r--home/ebisu/fortune/system/variables.nix3
2 files changed, 6 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/fonts/default.nix b/home/ebisu/fortune/system/fonts/default.nix
index ffc6f89..f81c709 100644
--- a/home/ebisu/fortune/system/fonts/default.nix
+++ b/home/ebisu/fortune/system/fonts/default.nix
@@ -50,5 +50,9 @@
nerdfonts
cantarell-fonts
inter
+ font-awesome
+ joypixels
];
+
+ nixpkgs.config.joypixels.acceptLicense = true;
}
diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix
index 40964e0..d4f021b 100644
--- a/home/ebisu/fortune/system/variables.nix
+++ b/home/ebisu/fortune/system/variables.nix
@@ -33,7 +33,7 @@
GOMODCACHE = "${config.xdg.cacheHome}/go/mod";
ANSIBLE_CONFIG = "${config.xdg.configHome}/ansible/ansible.cfg";
UNISON = "${config.xdg.dataHome}/unison";
- HISTFILE = "${config.xdg.dataHome}/history";
+ HISTFILE = "${config.xdg.stateHome}/bash/history";
MBSYNCRC = "${config.xdg.configHome}/mbsync/config";
ELECTRUMDIR = "${config.xdg.dataHome}/electrum";
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc";
@@ -62,6 +62,7 @@
REDISCLI_HISTFILE = "${config.xdg.dataHome}/redis/rediscli_history";
STACK_ROOT = "${config.xdg.dataHome}/stack";
STACK_XDG = 1;
+ PYHTHON_HISTORY = "${config.xdg.stateHome}/python_history";
# Other program settings
FZF_DEFAULT_OPTS = "--layout=reverse --height 40%";