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";
|
#environment.darwinConfig = "$HOME/.dotfiles/hosts/laptop";
|
||||||
|
|
||||||
# Auto upgrade nix package and the daemon service.
|
# Auto upgrade nix package and the daemon service.
|
||||||
services.nix-daemon.enable = true;
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nix;
|
package = pkgs.nix;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# ghostty.packages.aarch64-darwin.default
|
# ghostty.packages.aarch64-darwin.default
|
||||||
python312
|
python312
|
||||||
|
moonlight
|
||||||
uv
|
uv
|
||||||
fd
|
fd
|
||||||
lua51Packages.lua
|
lua51Packages.lua
|
||||||
|
@ -127,7 +128,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
daemon.enable = true;
|
daemon.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
|
Loading…
Reference in a new issue