moved picom out of home-manager

This commit is contained in:
ISnortPennies 2023-01-29 01:15:01 -05:00
parent ba0b11a755
commit 08326e2194
4 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,6 @@
modules = [ modules = [
"librewolf" "librewolf"
"theme" "theme"
"picom"
"spicetify" "spicetify"
]; ];
in in

View file

@ -12,6 +12,7 @@
#"mining" #"mining"
"packages" "packages"
"parrot" "parrot"
"picom"
"refreshrate" "refreshrate"
"scripts" "scripts"
"vfio" "vfio"

View file

@ -10,6 +10,7 @@
"fonts" "fonts"
"git" "git"
"packages" "packages"
"picom"
"prime" "prime"
"scripts" "scripts"
"xserver" "xserver"