nixfmt fix
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
{ config, lib, pkgs, ... }: {
|
||||
options.my.shell.tools.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.shell.tools.enable {
|
||||
home-manager.users.jawz.programs = {
|
||||
@@ -28,9 +22,7 @@
|
||||
uniq --count | sort -rn'';
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
"htop/htoprc".source = ../dotfiles/htop/htoprc;
|
||||
};
|
||||
xdg.configFile = { "htop/htoprc".source = ../dotfiles/htop/htoprc; };
|
||||
hstr.enable = true;
|
||||
htop = {
|
||||
enable = true;
|
||||
@@ -77,10 +69,10 @@
|
||||
trash-cli # oop! did not meant to delete that
|
||||
jq # linting
|
||||
];
|
||||
};
|
||||
environment.variables = {
|
||||
HISTFILE = "${XDG_STATE_HOME}/bash/history";
|
||||
LESSHISTFILE = "-";
|
||||
RIPGREP_CONFIG_PATH = "${XDG_CONFIG_HOME}/ripgrep/ripgreprc";
|
||||
environment.variables = {
|
||||
HISTFILE = "\${XDG_STATE_HOME}/bash/history";
|
||||
LESSHISTFILE = "-";
|
||||
RIPGREP_CONFIG_PATH = "\${XDG_CONFIG_HOME}/ripgrep/ripgreprc";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user