mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
update
This commit is contained in:
parent
e7b0784b7c
commit
bca57cbdc3
2 changed files with 8 additions and 2 deletions
9
home.nix
9
home.nix
|
|
@ -37,8 +37,9 @@ in
|
|||
stateVersion = "25.11";
|
||||
|
||||
packages = with pkgs; [
|
||||
affine
|
||||
voxtype-onnx
|
||||
#affinity-nix.packages.x86_64-linux.v3
|
||||
#affinity-nix.packages.x86_64-linux.v3
|
||||
biome
|
||||
bun
|
||||
lenovo-legion
|
||||
|
|
@ -358,7 +359,11 @@ in
|
|||
};
|
||||
programs = {
|
||||
nix-monitor.enable = true;
|
||||
nix-monitor.rebuildCommand = ["bash" "-c" "cd /home/dan/projects/dotfiles; nh os switch ."];
|
||||
nix-monitor.rebuildCommand = [
|
||||
"bash"
|
||||
"-c"
|
||||
"cd /home/dan/projects/dotfiles; nh os switch ."
|
||||
];
|
||||
zen-browser.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -289,6 +289,7 @@ in
|
|||
httpie
|
||||
socat
|
||||
websocat
|
||||
oh-my-posh
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue