mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add home var
This commit is contained in:
parent
8766b92897
commit
a5d8e4553f
1 changed files with 1 additions and 2 deletions
|
@ -25,11 +25,10 @@
|
||||||
# release notes.
|
# release notes.
|
||||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||||
|
|
||||||
# Manage session variables
|
|
||||||
|
|
||||||
# Manage session variables
|
# Manage session variables
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
NIXPKGS_ALLOW_UNFREE = 1;
|
NIXPKGS_ALLOW_UNFREE = 1;
|
||||||
|
NIXOS_OZONE_WL = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
|
|
Loading…
Reference in a new issue