wip create meta configuration

This commit is contained in:
Vinzenz Schroeter 2023-09-09 13:36:21 +02:00
parent 45280d24d7
commit 3a7d1784fa
11 changed files with 506 additions and 458 deletions

View file

@ -6,11 +6,10 @@
}: {
networking.hostName = "vinzenz-lpt";
imports = [
./common.nix
./gnome.nix
./home-vinzenz.nix
];
my.gnome.enable = true;
my.users.vinzenz.enable = true;
imports = [./my/default.nix];
services.flatpak.enable = true;