noctalia plugins and stuff
This commit is contained in:
parent
34dd048981
commit
4f4f98da70
4 changed files with 137 additions and 0 deletions
|
|
@ -12,4 +12,14 @@
|
|||
noctalia.enable = lib.mkEnableOption "enable noctalia";
|
||||
};
|
||||
};
|
||||
config = {
|
||||
environment.systemPackages =
|
||||
if config.desktop.shell.noctalia.enable then
|
||||
with pkgs;
|
||||
[
|
||||
evtest
|
||||
]
|
||||
else
|
||||
[ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"audio"
|
||||
"render"
|
||||
"docker"
|
||||
"input"
|
||||
];
|
||||
shell = config.user.shell;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue