mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
16 lines
217 B
Nix
16 lines
217 B
Nix
{...}: {
|
|
imports = [
|
|
./modules
|
|
(import ./hardware "vinzenz-lpt")
|
|
];
|
|
|
|
config = {
|
|
my = {
|
|
gnome.enable = true;
|
|
home.vinzenz.enable = true;
|
|
};
|
|
|
|
services.flatpak.enable = true;
|
|
};
|
|
}
|