something

This commit is contained in:
yaroslav
2025-07-24 13:51:33 +03:00
parent cc6b07ad96
commit 3fae28440d
7 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
users.users.yaroslav = {
isNormalUser = true;
extraGroups = [ "wheel" "incus-admin" "networkmanager" "libvirtd" ];
shell = pkgs.zsh;
shell = pkgs.fish;
packages = with pkgs; [
tree
];