mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
modules.home-manager: always enable xdg
This commit is contained in:
parent
a19c2833f3
commit
e759456954
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
{
|
{ lib, ... }: let
|
||||||
|
inherit (lib) enabled;
|
||||||
|
in {
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
||||||
|
sharedModules = [{
|
||||||
|
xdg = enabled {};
|
||||||
|
}];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue