Working on reshuffling

This commit is contained in:
2026-03-19 07:05:22 +00:00
parent 86392f59a0
commit 045f68bde3
2 changed files with 12 additions and 8 deletions
+6 -4
View File
@@ -1311,13 +1311,16 @@ in
** =generated/modules/terminals/zsh.nix=
This sets up the zsh terminal
#+BEGIN_SRC nix :tangle generated/modules/terminals/zsh.nix :noweb tangle :mkdirp yes :eval never-html
{ 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;
@@ -1337,7 +1340,6 @@ in
theme = "catppuccin-mocha";
};
# Optioneel: init content
initExtra = ''
# Example prompt colors for Catppuccin Mocha
local mocha_base="#1E1E2E"
+6 -4
View File
@@ -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"