diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:50:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:50:39 +0200 |
| commit | d5756c888ed6f3d980a349532afec6ee57346112 (patch) | |
| tree | a0def878e041069ffbb4929fe7ae054e2f1ff779 /nixos/hosts/bin | |
| parent | 552f2d8fa1883d9ef62f62f2a14667720193ddfb (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index 2f7ebff..141b79d 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -2,7 +2,8 @@ { imports = [ - ./hardware-configuration.nix + ./hardware-configuration.nix + ./components/pufferpanel.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
