add/rearrange packages
This commit is contained in:
parent
c60728e7aa
commit
377060873d
|
@ -7,10 +7,4 @@ in {
|
||||||
targetHost = null;
|
targetHost = null;
|
||||||
tags = [ "local" ];
|
tags = [ "local" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
agenix
|
|
||||||
colmena
|
|
||||||
npins
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,22 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# CLI utilities I get frustrated if I'm missing
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
inetutils
|
|
||||||
lshw
|
lshw
|
||||||
parted
|
parted
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
# network troubleshooting
|
||||||
|
inetutils
|
||||||
|
lsof
|
||||||
|
tcpdump
|
||||||
|
netcat # <3
|
||||||
|
|
||||||
|
# used for nix config
|
||||||
|
npins
|
||||||
|
colmena
|
||||||
|
agenix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.wordlist.enable = true;
|
environment.wordlist.enable = true;
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
libreoffice
|
|
||||||
hunspell
|
|
||||||
hunspellDicts.en_GB-ise
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@
|
||||||
../../home/firefox.nix
|
../../home/firefox.nix
|
||||||
../../home/git.nix
|
../../home/git.nix
|
||||||
../../home/gnome
|
../../home/gnome
|
||||||
../../home/libreoffice.nix
|
|
||||||
../../home/vscode.nix
|
../../home/vscode.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -17,12 +16,18 @@
|
||||||
foliate
|
foliate
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
keepassxc
|
keepassxc
|
||||||
openttd
|
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
]) ++ (with pkgs.nur.repos.qenya; [
|
|
||||||
digital-a-love-story
|
# libreoffice
|
||||||
dont-take-it-personally-babe
|
libreoffice
|
||||||
|
hunspell
|
||||||
|
hunspellDicts.en_GB-ise
|
||||||
|
|
||||||
|
# games
|
||||||
|
openttd
|
||||||
|
nur.repos.qenya.digital-a-love-story
|
||||||
|
nur.repos.qenya.dont-take-it-personally-babe
|
||||||
]);
|
]);
|
||||||
programs.chromium.enable = true;
|
programs.chromium.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue