Working on reshuffling
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
username = "henrov"; # vervang door je echte gebruikersnaam
|
||||
username = "henrov";
|
||||
in
|
||||
{
|
||||
# Home Manager gebruiker
|
||||
# Zorg dat Home Manager actief is
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Configureer Home Manager gebruiker
|
||||
home-manager.users.${username} = {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
@@ -24,7 +27,6 @@ in
|
||||
theme = "catppuccin-mocha";
|
||||
};
|
||||
|
||||
# Optioneel: init content
|
||||
initExtra = ''
|
||||
# Example prompt colors for Catppuccin Mocha
|
||||
local mocha_base="#1E1E2E"
|
||||
|
||||
Reference in New Issue
Block a user