mirror of
https://github.com/blahai/nyx.git
synced 2025-06-22 10:17:00 -04:00
too much shit idek anymore
This commit is contained in:
parent
14843ef945
commit
bc82345beb
63 changed files with 1759 additions and 346 deletions
12
modules/profiles/headless/xdg.nix
Normal file
12
modules/profiles/headless/xdg.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.attrsets) mapAttrs;
|
||||
inherit (lib.modules) mkForce;
|
||||
in {
|
||||
xdg = mapAttrs (_: mkForce) {
|
||||
sounds.enable = false;
|
||||
mime.enable = false;
|
||||
menus.enable = false;
|
||||
icons.enable = false;
|
||||
autostart.enable = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue