remove environment.nix and moved variables to nh config and home.nix as this makes more sense
This commit is contained in:
parent
ed49d41697
commit
d77ea32928
2 changed files with 7 additions and 77 deletions
|
@ -1,8 +0,0 @@
|
|||
{ pkgs, lib, ...}: {
|
||||
environment.sessionVariables = {
|
||||
# Set FLAKE variable for use with nh
|
||||
FLAKE = "/home/blue/nixos";
|
||||
# Set default browser variable for electron apps (mainly discord)
|
||||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue