meow meow

This commit is contained in:
Natalie 2025-02-18 10:53:18 -08:00
parent 3ff01e050a
commit 4a83794854
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,6 @@
#environment.darwinConfig = "$HOME/.dotfiles/hosts/laptop";
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix = {
package = pkgs.nix;
settings = {

View file

@ -33,6 +33,7 @@
home.packages = with pkgs; [
# ghostty.packages.aarch64-darwin.default
python312
moonlight
uv
fd
lua51Packages.lua
@ -127,7 +128,7 @@
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
daemon.enable = true;
daemon.enable = false;
};
programs.fish = {