everything works
This commit is contained in:
parent
7b75cc3190
commit
e4c6a667e6
|
@ -1,39 +1,11 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ./fonts
|
|
||||||
# ./sound
|
|
||||||
# ./vm
|
|
||||||
# ./packages
|
|
||||||
# ./misc
|
|
||||||
# ./gdm
|
|
||||||
# ./stylix
|
|
||||||
# ./blue
|
|
||||||
# ./services
|
|
||||||
# ./syncthing
|
|
||||||
# ./gpg
|
|
||||||
# ./appimage
|
|
||||||
# ./update
|
|
||||||
# ./polkit
|
|
||||||
# ./ssh
|
|
||||||
# ./dunst
|
|
||||||
# ./zsh
|
|
||||||
# ./misc
|
|
||||||
# ./rofi
|
|
||||||
# ./helix
|
|
||||||
# ./firefox
|
|
||||||
# ./alacritty
|
|
||||||
# ./hyprland
|
|
||||||
# ./hypridle
|
|
||||||
# ./newsboat
|
|
||||||
# ./git
|
|
||||||
# ./gtk
|
|
||||||
# ./ags
|
|
||||||
./apps
|
./apps
|
||||||
# ./desktop
|
./desktop
|
||||||
./hardware
|
./hardware
|
||||||
# ./services
|
./services
|
||||||
./styling
|
./styling
|
||||||
./system
|
./system
|
||||||
./tools
|
./tools
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./qt
|
./qt
|
||||||
./gkt
|
# ./gkt
|
||||||
./stylix
|
./stylix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue