Migrate penguin to use nix

This commit is contained in:
2025-08-31 01:17:48 +08:00
parent c594ff128f
commit 5ab0a414a6
6 changed files with 50 additions and 36 deletions

View File

@@ -13,6 +13,13 @@
nushell.enable = true;
neovim.enable = true;
home.packages = with pkgs; [
ouch
dive
just
rsync
];
services = {
ollama = {
enable = true;
@@ -26,10 +33,6 @@
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
];
programs = {
gh.enable = true;
};
home.stateVersion = "25.11";
programs.home-manager.enable = true;
}