Working on reshuffling
This commit is contained in:
+6
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user