Compare commits

..

No commits in common. "03f85b8b624171667a5796696330446002f80623" and "c60728e7aa9afb6309efb4f5e3150e9e1b11ed5b" have entirely different histories.

4 changed files with 22 additions and 21 deletions

View file

@ -7,4 +7,10 @@ in {
targetHost = null; targetHost = null;
tags = [ "local" ]; tags = [ "local" ];
}; };
environment.systemPackages = with pkgs; [
agenix
colmena
npins
];
} }

View file

@ -1,22 +1,13 @@
{ 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;

9
home/libreoffice.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_GB-ise
];
}

View file

@ -7,6 +7,7 @@
../../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
]; ];
@ -16,18 +17,12 @@
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; [
# libreoffice digital-a-love-story
libreoffice dont-take-it-personally-babe
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;