nixos-configuration/vinzenz-lpt.nix

16 lines
217 B
Nix
Raw Normal View History

2023-09-09 19:34:23 +02:00
{...}: {
imports = [
./modules
(import ./hardware "vinzenz-lpt")
];
2023-09-02 14:53:25 +02:00
2023-09-09 14:57:55 +02:00
config = {
2023-09-10 14:12:01 +02:00
my = {
gnome.enable = true;
home.vinzenz.enable = true;
};
2023-09-02 14:53:25 +02:00
2023-09-09 14:57:55 +02:00
services.flatpak.enable = true;
};
2023-04-04 21:41:44 +02:00
}