feat: add tux

This commit is contained in:
2025-01-22 00:55:50 +00:00
parent d2022efd78
commit 658274939a
6 changed files with 52 additions and 67 deletions

View File

@@ -5,7 +5,6 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.luca = import ../users/luca/home.nix;
users.users.luca.shell = pkgs.zsh;
programs.zsh.enable = true;
};
}