mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Fix xdg
This commit is contained in:
parent
9aff8dadac
commit
b739a26edf
1 changed files with 0 additions and 9 deletions
|
|
@ -2,15 +2,6 @@
|
|||
options.mods.xdg.enable = lib.mkEnableOption "enables xdg settings";
|
||||
|
||||
config = lib.mkIf config.mods.xdg.enable {
|
||||
environment.sessionVariables = {
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
XDG_CONFIG_DIRS = "/etc/xdg";
|
||||
XDG_CONFIG_HOME = "$HOME/.config";
|
||||
XDG_DATA_DIRS = "/usr/local/share/:/usr/share/";
|
||||
XDG_DATA_HOME = "$HOME/.local/share";
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
};
|
||||
|
||||
xdg = let
|
||||
browser = [ "librewolf.desktop" ];
|
||||
associations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue