mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
set flake registry for all hosts
This commit is contained in:
parent
4e15c21df7
commit
daf1669c8b
@ -11,7 +11,7 @@ nixpkgs.lib.nixosSystem {
|
||||
networking.hostName = "desktop";
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
# Set registry to flake packages, used for nix X commands
|
||||
registry.nixpkgs.flake = nixpkgs;
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
gaming.steam = true;
|
||||
gaming.leagueoflegends = true;
|
||||
gaming.legendary = true;
|
||||
|
@ -16,6 +16,8 @@ darwin.lib.darwinSystem {
|
||||
colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
mailUser = globals.user;
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
# Set registry to flake packages, used for nix X commands
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
}
|
||||
../common.nix
|
||||
../../modules/darwin
|
||||
|
@ -10,6 +10,8 @@ nixpkgs.lib.nixosSystem {
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
networking.hostName = "wsl";
|
||||
# Set registry to flake packages, used for nix X commands
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
gui.enable = false;
|
||||
colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
passwordHash =
|
||||
|
Loading…
Reference in New Issue
Block a user