working on machines
This commit is contained in:
+3
-2
@@ -65,11 +65,12 @@
|
|||||||
# 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;
|
||||||
homeDirectory = "/home/${user.username}";
|
homeDirectory = "/home/${user.username}";
|
||||||
|
|||||||
Reference in New Issue
Block a user