Move packages to home-manager
This commit is contained in:
parent
0ecf54626f
commit
c46d182854
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ depends=(
|
||||||
"base"
|
"base"
|
||||||
"linux" "linux-firmware" "linux-headers"
|
"linux" "linux-firmware" "linux-headers"
|
||||||
"man-db" "man-pages" "usbutils" "sudo"
|
"man-db" "man-pages" "usbutils" "sudo"
|
||||||
"mlocate" "gvim" "neovim"
|
"mlocate" "vim"
|
||||||
"exfat-utils" "logrotate"
|
"exfat-utils" "logrotate"
|
||||||
|
|
||||||
"zsh" "htop" "git" "wireguard-tools"
|
"zsh" "htop" "git" "wireguard-tools"
|
||||||
|
@ -59,7 +59,6 @@ depends=(
|
||||||
"polkit-gnome"
|
"polkit-gnome"
|
||||||
"alacritty"
|
"alacritty"
|
||||||
"lxappearance" "qt5ct" "gnome-icon-theme-extras" "gnome-themes-extra"
|
"lxappearance" "qt5ct" "gnome-icon-theme-extras" "gnome-themes-extra"
|
||||||
"thunar" "tumbler" "ffmpegthumbnailer"
|
|
||||||
"gtkspell"
|
"gtkspell"
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
"qutebrowser" "python-adblock" "python-pynacl" "pdfjs-legacy"
|
"qutebrowser" "python-adblock" "python-pynacl" "pdfjs-legacy"
|
||||||
|
|
Loading…
Reference in a new issue