moved a lot from system.packages to home.packages

forgot i hadnt done this yet very useful though, home-manager is
probably now ready to use without the rest of this nixos config
This commit is contained in:
Gabriella Bere 2025-06-03 15:59:15 +01:00
parent 75f7f38f29
commit e8487933ec
2 changed files with 19 additions and 28 deletions

View file

@ -1,21 +1,9 @@
{
config,
lib,
pkgs,
...
}: {
# All system packages required from nixos-unstable by default
environment.systemPackages = with pkgs; [
neovim # nano is installed by default
wget
vesktop
thunderbird
kdePackages.bluedevil
fastfetch
ungoogled-chromium
qbittorrent
p7zip
unrar
wineWowPackages.stable
wine
(wine.override {wineBuild = "wine64";})
@ -23,21 +11,8 @@
wineWowPackages.staging
winetricks
wineWowPackages.waylandFull
vlc
protonmail-bridge
pciutils
vial
qmk
dmidecode
wl-clipboard
lutris
tree
tenacity
home-manager
davinci-resolve
v4l-utils
libreoffice
nixfmt-rfc-style
nixd
qemu
];