tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
stuff
0xda157
2 months ago
e20b9c95
3385886f
+7
-4
1 changed file
expand all
collapse all
unified
split
modules
home
suites
base
default.nix
+7
-4
modules/home/suites/base/default.nix
···
14
14
15
15
config = lib.mkIf config.l.suites.base.enable {
16
16
programs = {
17
17
+
# keep-sorted start block=yes
17
18
bash.enable = true;
19
19
+
bat.enable = true;
18
20
btop.enable = true;
19
21
fastfetch.enable = true;
20
22
git.enable = true;
23
23
+
htop.enable = true;
24
24
+
jq.enable = true;
21
25
lazygit.enable = true;
26
26
+
ripgrep.enable = true;
22
27
ssh.enable = true;
28
28
+
starship.enable = true;
23
29
tmux.enable = true;
24
30
zsh.enable = true;
25
25
-
bat.enable = true;
26
26
-
ripgrep.enable = true;
27
27
-
jq.enable = true;
28
28
-
htop.enable = true;
31
31
+
# keep-sorted end
29
32
};
30
33
31
34
home.packages = with pkgs; [