Convert tmux config to Nix and personalize system configuration

This commit is contained in:
2026-04-07 04:46:00 +02:00
parent 4bdcde72eb
commit 1b69e0d2a4
10 changed files with 171 additions and 122 deletions

View File

@@ -7,10 +7,10 @@
config = lib.mkIf config.custom.system.enable {
# System-wide settings
system.stateVersion = "24.11";
system.stateVersion = "25.11";
# Users
users.users.youruser = {
users.users.eliaskohout = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
shell = pkgs.zsh;