Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config
This commit is contained in:
commit
294dc66380
4 changed files with 6 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -1,5 +1,5 @@
|
|||
deploy:
|
||||
git add . && git commit -am "new revision" && nixos-rebuild switch --flake .
|
||||
nixos-rebuild switch --flake .
|
||||
|
||||
debug:
|
||||
nixos-rebuild switch --flake . --show-trace --verbose
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
"p11-kit"
|
||||
"ca-certificates"
|
||||
"gettext"
|
||||
"yt-dlp"
|
||||
]);
|
||||
|
||||
homebrew.casks = lib.mkAfter ([
|
||||
|
|
|
|||
|
|
@ -76,6 +76,9 @@
|
|||
services.udisks2.enable = true;
|
||||
services.tuned.enable = true;
|
||||
services.upower.enable = true;
|
||||
services.udev.packages = with pkgs; [
|
||||
vial
|
||||
];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,5 +53,6 @@
|
|||
nix-prefetch-github
|
||||
dua
|
||||
opencode
|
||||
vial
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue