Simplified basic HM configurations
This commit is contained in:
parent
d5fb5ba07b
commit
7a5148dc01
3 changed files with 15 additions and 10 deletions
|
|
@ -5,31 +5,31 @@
|
|||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
fastfetch
|
||||
fd
|
||||
file
|
||||
htop
|
||||
mmv-go
|
||||
nixos-option
|
||||
pv
|
||||
ripgrep
|
||||
unrar
|
||||
unzip
|
||||
wget
|
||||
xclip
|
||||
yq
|
||||
zip
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
bottom.enable = true;
|
||||
ripgrep.enable = true;
|
||||
fd = { enable = true; hidden = true; };
|
||||
};
|
||||
|
||||
imports = [
|
||||
./configurations.nix
|
||||
|
||||
./bash.nix
|
||||
./bat.nix
|
||||
# ./bat.nix
|
||||
# ./bottom.nix
|
||||
# ./broot.nix
|
||||
./dircolors.nix
|
||||
# ./dircolors.nix
|
||||
./direnv.nix
|
||||
# ./exa.nix
|
||||
./lsd.nix
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
./git.nix
|
||||
./gpg.nix
|
||||
./info.nix
|
||||
./jq.nix
|
||||
# ./jq.nix
|
||||
# ./joshuto.nix
|
||||
./keychain.nix
|
||||
# ./lf.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue