software
This commit is contained in:
parent
51e7ad82d1
commit
6274f09c4f
2 changed files with 9 additions and 6 deletions
|
|
@ -13,18 +13,22 @@ with lib;
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
colmena
|
|
||||||
dnsutils
|
dnsutils
|
||||||
fd
|
fd
|
||||||
|
file
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
nettools
|
nettools
|
||||||
|
nmap
|
||||||
|
pciutils
|
||||||
podman-compose
|
podman-compose
|
||||||
podman-tui
|
podman-tui
|
||||||
ripgrep
|
ripgrep
|
||||||
unison
|
unison
|
||||||
unzip
|
unzip
|
||||||
|
usbutils
|
||||||
wget
|
wget
|
||||||
|
whois
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -12,20 +12,19 @@ in
|
||||||
imports = [ ./development.nix ];
|
imports = [ ./development.nix ];
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
hd.desktop.software.development.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
calibre
|
calibre
|
||||||
file
|
colmena
|
||||||
|
firefox
|
||||||
fuzzel
|
fuzzel
|
||||||
gh
|
gh
|
||||||
nil
|
nil
|
||||||
pciutils
|
pandoc
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify-player
|
spotify-player
|
||||||
|
texliveSmall
|
||||||
tor-browser
|
tor-browser
|
||||||
usbutils
|
|
||||||
vlc
|
vlc
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue