add/rearrange packages

This commit is contained in:
Katherina Walshe-Grey 2024-07-19 20:01:55 +01:00
parent c60728e7aa
commit 45e1447b9f
4 changed files with 21 additions and 23 deletions

View file

@ -7,7 +7,6 @@
../../home/firefox.nix
../../home/git.nix
../../home/gnome
../../home/libreoffice.nix
../../home/vscode.nix
];
@ -17,14 +16,19 @@
foliate
gimp-with-plugins
keepassxc
openttd
thunderbird
tor-browser-bundle-bin
]) ++ (with pkgs.nur.repos.qenya; [
digital-a-love-story
dont-take-it-personally-babe
# libreoffice
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;
home.stateVersion = "23.11";
};