modularize config
This commit is contained in:
parent
09c4625fbb
commit
7a4e46e04f
33 changed files with 230 additions and 168 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs
|
||||
, username
|
||||
, config
|
||||
, ...
|
||||
}: {
|
||||
environment.variables = {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
GOPATH = "$HOME/.go";
|
||||
FLAKE = "home/${username}/gits/dotFiles/nix";
|
||||
FLAKE = "home/${config.conf.username}/gits/dotFiles/nix";
|
||||
# don't ask... marksman somehow requires this
|
||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = 1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue