mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: many changes
This commit is contained in:
parent
4fc9fb9aaf
commit
385262f29b
14 changed files with 479 additions and 371 deletions
|
|
@ -1,4 +1,8 @@
|
|||
_: {
|
||||
{inputs, pkgs, ...}: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
package = inputs.nh.packages.${pkgs.system}.nh;
|
||||
};
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue