desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
12
systems/x86_64-linux/desktop/specialisations/cosmic/default.nix
Executable file
12
systems/x86_64-linux/desktop/specialisations/cosmic/default.nix
Executable file
@@ -0,0 +1,12 @@
|
||||
{ namespace, ... }:
|
||||
{
|
||||
specialisation.cosmic.configuration = {
|
||||
${namespace} = {
|
||||
desktop = {
|
||||
cosmic.enable = true;
|
||||
gnome.enable = true;
|
||||
};
|
||||
};
|
||||
environment.etc."specialisation".text = "cosmic";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user