forked from foxora/nix
nixcon 2026 <3
This commit is contained in:
parent
d1113e546c
commit
b7eb55c821
7 changed files with 105 additions and 106 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue