convoluted solution looking for a problem

unified modules structure
This commit is contained in:
Vinzenz Schroeter 2023-09-24 10:15:53 +02:00
parent bf3946e06f
commit 1b7989336e
14 changed files with 61 additions and 44 deletions

View file

@ -1,12 +1,13 @@
{pkgs, ...}: {
imports = [
./modules/desktop
(import ./modules/hardware "vinzenz-pc2")
(import ./modules {
hostName = "vinzenz-pc2";
enableDesktop = true;
})
];
config = {
my.desktop = {
enable = true;
kde.enable = true;
vinzenz.enable = true;
ronja.enable = true;