working on machines

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