organize modules

This commit is contained in:
willifan 2024-12-26 16:18:37 +01:00
parent 1965db3417
commit 3b1ed7e281
55 changed files with 13 additions and 13 deletions
modules/common

View file

@ -1,16 +0,0 @@
{ ... }:
{
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
XDG_CACHE_HOME = "$HOME/.cache";
XDG_CONFIG_HOME = "$HOME/.config";
XDG_DATA_HOME = "$HOME/.local/share";
XDG_STATE_HOME = "$HOME/.local/state";
# Not officially in the specification
#XDG_BIN_HOME = "$HOME/.local/bin";
#PATH = [
# "${XDG_BIN_HOME}"
#];
};
}