meow meow
This commit is contained in:
parent
3ff01e050a
commit
4a83794854
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue