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;
tags = [ "local" ];
};
environment.systemPackages = with pkgs; [
agenix
colmena
npins
];
}

View file

@ -1,22 +1,13 @@
{ config, lib, pkgs, ... }:
{
# CLI utilities I get frustrated if I'm missing
environment.systemPackages = with pkgs; [
git
inetutils
lshw
parted
wget
# network troubleshooting
inetutils
lsof
tcpdump
netcat # <3
# used for nix config
npins
colmena
agenix
];
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/git.nix
../../home/gnome
../../home/libreoffice.nix
../../home/vscode.nix
];
@ -16,18 +17,12 @@
foliate
gimp-with-plugins
keepassxc
openttd
thunderbird
tor-browser-bundle-bin
# libreoffice
libreoffice
hunspell
hunspellDicts.en_GB-ise
# games
openttd
nur.repos.qenya.digital-a-love-story
nur.repos.qenya.dont-take-it-personally-babe
]) ++ (with pkgs.nur.repos.qenya; [
digital-a-love-story
dont-take-it-personally-babe
]);
programs.chromium.enable = true;