chore: maintain
This commit is contained in:
parent
2378a66114
commit
25482857d4
58 changed files with 1095 additions and 747 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{ config, inputs, ... }:
|
||||
let
|
||||
inherit (config.systemConf) username;
|
||||
in
|
||||
{
|
||||
documentation.nixos.enable = false;
|
||||
nix = {
|
||||
|
|
@ -14,6 +17,7 @@
|
|||
warn-dirty = false;
|
||||
trusted-users = [
|
||||
"@wheel"
|
||||
username
|
||||
];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue