11 lines
164 B
Nix
11 lines
164 B
Nix
{
|
|
imports = [
|
|
./home.nix
|
|
./spicetify.nix
|
|
./stylix
|
|
./desktop-environment
|
|
];
|
|
|
|
liminalOS.formFactor = "laptop";
|
|
liminalOS.powersave = false;
|
|
}
|