mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
set flake registry for all hosts
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user