Added disko setup for desktop

This commit is contained in:
2026-06-30 00:00:47 +02:00
parent 6668c810d3
commit 649942096f
3 changed files with 80 additions and 13 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
{ ... }:
{
imports = [ ./hardware-configuration.nix ];
imports = [
./disko.nix
./hardware-configuration.nix
];
networking = {
useNetworkd = true;