chore(pkgs): move packages to dir

This commit is contained in:
Zhongheng Liu 2025-01-17 16:48:41 +02:00
commit dfeaa9b84a
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 6 additions and 10 deletions

View file

@ -51,7 +51,6 @@
home.packages = with pkgs; [
prismlauncher
protonvpn-gui
devenv
vlc
rhythmbox
qq
@ -59,12 +58,7 @@
mpv
kdenlive
obsidian
pcmanfm
udiskie
teams-for-linux
sxiv
heroic
vscodium-fhs
];
myAutostartCommands = [
#"${pkgs.clash-verge-rev}/bin/clash-verge"

View file

@ -3,5 +3,7 @@
}: {
home.packages = with pkgs; [
wget
vscodium-fhs
devenv
];
}

View file

@ -1,6 +1,4 @@
{ pkgs
, ...
}: {
{ pkgs, ... }: {
home.packages = with pkgs; [
bottom
libnotify
@ -15,7 +13,9 @@
cheat
thefuck
pcmanfm
udiskie
sxiv
transmission_4-gtk
];
}