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