We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87543c commit 5397c55Copy full SHA for 5397c55
modules/home/common/extra.nix
@@ -42,19 +42,23 @@
42
zoxide.enable = true;
43
};
44
45
- home.packages = with pkgs; [
46
- bmon
47
- dogdns
48
- dool
49
- du-dust
50
- entr
51
- fd
52
- ffmpeg
53
- gping
54
- miniserve
55
- nmap
56
- ripgrep
57
- tailspin
58
- tcpdump
59
- ];
+ home = {
+ sessionVariables.EZA_COLORS = "reset";
+ packages = with pkgs; [
+ bmon
+ dogdns
+ dool
+ du-dust
+ entr
+ fd
+ ffmpeg
+ gping
+ miniserve
+ nmap
+ ripgrep
+ tailspin
60
+ tcpdump
61
+ qsv
62
+ ];
63
+ };
64
}
modules/nixos/common/software.nix
@@ -11,6 +11,7 @@
11
systemPackages = with pkgs; [
12
# root stuff
13
coreutils
14
+ file
15
mkpasswd
16
nettools
17
pciutils
0 commit comments