working on machines
This commit is contained in:
+3
-2
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user