New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 16:19:14 +00:00
parent 34bc525785
commit d2343cf895
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#st # NVF / terminal target, or kitty
];
# Stylix GTK target
stylix.targets.gtk.enable = true;
# stylix.targets.gtk.enable = true;
home-manager.users.${user.username} = {
gtk = {
@@ -2,7 +2,7 @@
{
# (NVF = Neovim/terminal flavor)
stylix.targets.nvf.enable = true;
# stylix.targets.nvf.enable = true;
# feh wallpaper integration
stylix.targets.feh.enable = true;
# stylix.targets.feh.enable = true;
}