move niri as default specialisation
This commit is contained in:
parent
e669b5d0d0
commit
0e34dfee3a
1 changed files with 3 additions and 3 deletions
|
|
@ -44,14 +44,14 @@
|
||||||
};
|
};
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
};
|
};
|
||||||
gui.enabled = "cosmic";
|
gui.enabled = "niri";
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
niri = {
|
cosmic = {
|
||||||
inheritParentConfig = true;
|
inheritParentConfig = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
youthlic.gui.enabled = lib.mkForce "niri";
|
youthlic.gui.enabled = lib.mkForce "cosmic";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kde = {
|
kde = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue