change gpg pinentry to shell script which can determine which session type is used
This commit is contained in:
parent
964ad68305
commit
a8e3cb54ad
4 changed files with 28 additions and 4 deletions
|
|
@ -29,14 +29,14 @@
|
|||
openssh.enable = true;
|
||||
steam.enable = true;
|
||||
};
|
||||
gui.enabled = "niri";
|
||||
gui.enabled = "cosmic";
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
cosmic = {
|
||||
niri = {
|
||||
inheritParentConfig = true;
|
||||
configuration = {
|
||||
youthlic.gui.enabled = lib.mkForce "cosmic";
|
||||
youthlic.gui.enabled = lib.mkForce "niri";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue