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

This commit is contained in:
2026-03-18 15:35:42 +00:00
parent 3528dad5e7
commit 182a27d6a3
2 changed files with 11 additions and 23 deletions
+1 -5
View File
@@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, user, ... }:
{
environment.systemPackages = with pkgs; [
# feh # wallpaper target
@@ -9,10 +8,7 @@
];
# Stylix GTK target
stylix.targets.gtk.enable = true;
}
{ pkgs, user, ... }:
{
home-manager.users.${user.username} = {
gtk = {
enable = true;