Migrate penguin to use nix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user