stylix <3

This commit is contained in:
2024-12-17 14:43:50 -06:00
parent ca8e88697a
commit a7007e5f03
8 changed files with 293 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
options.my.shell.tools.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.shell.tools.enable {
home-manager.users.jawz = {
xdg.configFile."htop/htoprc".source = ../../dotfiles/htop/htoprc;
# xdg.configFile."htop/htoprc".source = ../../dotfiles/htop/htoprc;
programs = {
hstr.enable = true;
htop = {
@@ -41,10 +41,7 @@
};
bat = {
enable = true;
config = {
pager = "less -FR";
theme = "base16";
};
config.pager = "less -FR";
extraPackages = builtins.attrValues {
inherit (pkgs.bat-extras)
batman # man pages
@@ -83,7 +80,6 @@
;
};
environment.variables = {
TEST = "AHHH";
HISTFILE = "\${XDG_STATE_HOME}/bash/history";
LESSHISTFILE = "-";
RIPGREP_CONFIG_PATH = "\${XDG_CONFIG_HOME}/ripgrep/ripgreprc";