mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +00:00
update
This commit is contained in:
parent
e7b0784b7c
commit
bca57cbdc3
2 changed files with 8 additions and 2 deletions
7
home.nix
7
home.nix
|
|
@ -37,6 +37,7 @@ in
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
affine
|
||||||
voxtype-onnx
|
voxtype-onnx
|
||||||
#affinity-nix.packages.x86_64-linux.v3
|
#affinity-nix.packages.x86_64-linux.v3
|
||||||
biome
|
biome
|
||||||
|
|
@ -358,7 +359,11 @@ in
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
nix-monitor.enable = true;
|
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;
|
zen-browser.enable = true;
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,7 @@ in
|
||||||
httpie
|
httpie
|
||||||
socat
|
socat
|
||||||
websocat
|
websocat
|
||||||
|
oh-my-posh
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue