use noctalia shell and niri flake

This commit is contained in:
Joakim Repomaa
2026-05-29 17:51:12 +03:00
parent 8d35120d66
commit 11031dba48
8 changed files with 776 additions and 800 deletions

View File

@@ -4,7 +4,10 @@
users.users.jokke = {
uid = 1001;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"networkmanager"
];
shell = pkgs.zsh;
initialPassword = "changeme";
};
@@ -12,7 +15,10 @@
users.users.moco = {
uid = 1000;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"networkmanager"
];
shell = pkgs.zsh;
initialPassword = "changeme";
subUidRanges = [