This commit is contained in:
Daniel Bulant 2026-03-17 21:14:13 +01:00
parent e7b0784b7c
commit bca57cbdc3
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -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;

View file

@ -289,6 +289,7 @@ in
httpie
socat
websocat
oh-my-posh
];
nixpkgs.config.allowUnfree = true;