Convert tmux config to Nix and personalize system configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user