convoluted solution looking for a problem
unified modules structure
This commit is contained in:
parent
bf3946e06f
commit
1b7989336e
14 changed files with 61 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue