refactor base system

This commit is contained in:
2023-07-24 13:47:01 +02:00
parent 20fd2b839c
commit c03c8ab0c7
9 changed files with 56 additions and 41 deletions

View File

@@ -1,10 +1,6 @@
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
];
nix = {
package = pkgs.nixFlakes;