summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/configuration.nix b/configuration.nix
index b686116..0b067eb 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -3,35 +3,6 @@ inputs: {pkgs, ...}: {
3 (import ./common/default.nix inputs) 3 (import ./common/default.nix inputs)
4 ]; 4 ];
5 5
6 environment.systemPackages = with pkgs; [
7 dnsutils
8 dogdns
9 elinks
10 fd
11 file
12 gnupg
13 hddtemp
14 jq
15 lm_sensors
16 lsof
17 moreutils
18 ncdu
19 nethogs
20 nix-prefetch-scripts
21 unstable.alejandra
22 progress
23 psmisc
24 ripgrep
25 shellcheck
26 shfmt
27 smartmontools
28 tmux
29 tree
30 vim
31 wget
32 wipe
33 ];
34
35 home-manager = { 6 home-manager = {
36 useGlobalPkgs = true; 7 useGlobalPkgs = true;
37 useUserPackages = true; 8 useUserPackages = true;