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