feat(home/nyx): Add modules
This commit is contained in:
parent
c50b4d2d7b
commit
4dd208ca1b
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,20 @@
|
||||||
{ _ }:
|
{ lib, namespace, ... }:
|
||||||
|
let
|
||||||
|
inherit (lib.${namespace}) enabled;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
home.keyboard.options = [ "apple:alupckeys" ];
|
||||||
|
|
||||||
|
${namespace} = {
|
||||||
|
appearance = {
|
||||||
|
base = enabled;
|
||||||
|
gtk = enabled;
|
||||||
|
qt = enabled;
|
||||||
|
};
|
||||||
|
xorg = {
|
||||||
|
xsession = enabled;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue