working on machines

This commit is contained in:
2026-03-12 15:58:28 +01:00
parent a0758e4317
commit 615ed922e6
+2 -1
View File
@@ -65,10 +65,11 @@
# Catppuccin theme module # Catppuccin theme module
inputs.catppuccin.nixosModules.catppuccin inputs.catppuccin.nixosModules.catppuccin
# Generated configuration # Anchoring al the other nixes
./generated/top.nix ./generated/top.nix
# Enable Home Manager for the user # Enable Home Manager for the user
({ config, pkgs, ... }:
{ {
home-manager.users.${user.username} = { home-manager.users.${user.username} = {
enable = true; enable = true;