remove environment.nix and moved variables to nh config and home.nix as this makes more sense

This commit is contained in:
Gabriella Bere 2024-08-24 17:01:53 +01:00
parent ed49d41697
commit d77ea32928
2 changed files with 7 additions and 77 deletions

View file

@ -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}";
};
}