add adam site
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ pkgs, config, ...}:
|
||||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./audio.nix
|
||||
./code.nix
|
||||
./cosmic.nix
|
||||
./emulators.nix
|
||||
./gamemode.nix
|
||||
./games.nix
|
||||
@@ -15,7 +15,8 @@
|
||||
./obs.nix
|
||||
./openrgb.nix
|
||||
./plasma.nix
|
||||
#./stylix.nix
|
||||
#./cosmic.nix
|
||||
./shared.nix
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -14,9 +14,9 @@ in
|
||||
nix.registry.nixpkgs.flake = pkgsVersion;
|
||||
nix.nixPath = ["nixpkgs=flake:nixpkgs"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home-manager.users.${config.mainUser.name}.home.sessionVariables = {
|
||||
NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
};
|
||||
##home-manager.users.${config.mainUser.name}.home.sessionVariables = {
|
||||
## NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
|
||||
## NIXPKGS_ALLOW_UNFREE = "1";
|
||||
##};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user