chore(pkgs): move packages to dir
This commit is contained in:
parent
ef09316160
commit
dfeaa9b84a
3 changed files with 6 additions and 10 deletions
|
@ -51,7 +51,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
devenv
|
|
||||||
vlc
|
vlc
|
||||||
rhythmbox
|
rhythmbox
|
||||||
qq
|
qq
|
||||||
|
@ -59,12 +58,7 @@
|
||||||
mpv
|
mpv
|
||||||
kdenlive
|
kdenlive
|
||||||
obsidian
|
obsidian
|
||||||
pcmanfm
|
|
||||||
udiskie
|
|
||||||
teams-for-linux
|
|
||||||
sxiv
|
|
||||||
heroic
|
heroic
|
||||||
vscodium-fhs
|
|
||||||
];
|
];
|
||||||
myAutostartCommands = [
|
myAutostartCommands = [
|
||||||
#"${pkgs.clash-verge-rev}/bin/clash-verge"
|
#"${pkgs.clash-verge-rev}/bin/clash-verge"
|
||||||
|
|
|
@ -3,5 +3,7 @@
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
|
vscodium-fhs
|
||||||
|
devenv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{ pkgs
|
{ pkgs, ... }: {
|
||||||
, ...
|
|
||||||
}: {
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bottom
|
bottom
|
||||||
libnotify
|
libnotify
|
||||||
|
@ -15,7 +13,9 @@
|
||||||
|
|
||||||
cheat
|
cheat
|
||||||
thefuck
|
thefuck
|
||||||
|
pcmanfm
|
||||||
|
udiskie
|
||||||
|
sxiv
|
||||||
transmission_4-gtk
|
transmission_4-gtk
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue