Add cli module

This commit is contained in:
Jakob Lechner 2023-03-01 16:33:46 +00:00
parent d3d7440ffe
commit db28c7cf8d
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
7 changed files with 22 additions and 41 deletions

View file

@ -0,0 +1,21 @@
{ nixosConfig, lib, pkgs, ... }:
{
home.packages = with pkgs; [
cached-nix-shell
file
htop
jq
lsof
ncdu
ripgrep
] ++ (if ! nixosConfig.myConfig.workstation.enable then [ ] else [
direnv
dnsutils
screen
speedtest-cli
usbutils
wget
whois
yt-dlp
]);
}

View file

@ -5,6 +5,7 @@
./${nixosConfig.myConfig.terminalEmulator}.nix
./aws.nix
./claws-mail.nix
./cli.nix
./communication
./direnv.nix
./dynamic-colors.nix

View file

@ -196,26 +196,16 @@ in
# common
asciinema
bat
cached-nix-shell
direnv
dnsutils
docker-compose
envsubst
evince
exa
gnupg
lsof
ncdu
nmap
psutils
pwgen
ripgrep
screen
speedtest-cli
tig
vlc
wget
whois
xdg_utils
];
};

View file

@ -51,30 +51,19 @@
qrencode
sshfs
tmate
yt-dlp
# common
asciinema
bat
cached-nix-shell
direnv
dnsutils
docker-compose
envsubst
evince
exa
gnupg
lsof
ncdu
nmap
psutils
pwgen
ripgrep
screen
speedtest-cli
tig
wget
whois
];
};
};

View file

@ -27,17 +27,10 @@
};
environment.systemPackages = with pkgs; [
file
fzf
git
gnome3.adwaita-icon-theme
htop
jq
openconnect
redir
ripgrep
tcpdump
usbutils
];
environment.variables.EDITOR = "nvim";

View file

@ -32,18 +32,11 @@
environment.systemPackages = with pkgs; [
brightnessctl
file
firefox-wayland
fzf
git
gnome3.adwaita-icon-theme
htop
jq
openconnect
redir
ripgrep
tcpdump
usbutils
];
environment.variables.EDITOR = "nvim";

View file

@ -15,13 +15,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
file
fzf
git
gnome3.adwaita-icon-theme
htop
jq
ripgrep
];
environment.variables.EDITOR = "nvim";