hyprland, fix nix-shell version and add firefox
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ inputs, config, ... }:
|
||||
{
|
||||
nix.optimise.automatic = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix.nixPath = ["nixpkgs=flake:nixpkgs"];
|
||||
home-manager.users.${config.mainUser.name}.home.sessionVariables.NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user