cleanup repository #34

Merged
aaron merged 9 commits from feature/repo_cleanup into main 2026-03-21 18:08:19 +01:00
Showing only changes of commit 8b616b65af - Show all commits

View File

@@ -3,11 +3,6 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
{ {
imports =
[
./hardware-configuration.nix
];
# use flakes # use flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];