1
0
Fork 0
forked from foxora/nix

nixcon 2026 <3

This commit is contained in:
do butterflies cry? 2026-02-18 17:31:22 +10:00
parent d1113e546c
commit b7eb55c821
7 changed files with 105 additions and 106 deletions

View file

@ -45,6 +45,8 @@
XDG_DATA_HOME = "$HOME/.local/share";
XDG_STATE_HOME = "$HOME/.local/state";
XDG_BIN_HOME = "$HOME/.local/bin"; # not official spec
NIXOS_OZONE_WL = "1";
};
home.sessionPath = [
@ -303,13 +305,6 @@
};
};
# Environment / Session Variables
home = {
sessionVariables = {
NIXOS_OZONE_WL = "1";
};
};
# The state version is required and should stay the version you originally installed
home.stateVersion = "24.11";
}