stylix <3
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user