feat: add project script, change rofi oneline config

This commit is contained in:
2025-10-11 17:12:24 -07:00
parent aae6b21116
commit fa4c7a7e58
9 changed files with 176 additions and 148 deletions

View File

@@ -77,7 +77,10 @@
kanata.apple = true;
users.users.luca = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [
"wheel"
"docker"
]; # Enable sudo for the user.
shell = pkgs.zsh;
packages = with pkgs; [
tree