diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -13,6 +13,8 @@    };    outputs = { self, nixpkgs, ... }@inputs: { +    nixpkgs.overlays = [ import ./overlays/dwl.nix ]; +      # nixos-rebuild --flake .#machine      nixosConfigurations = {        z = nixpkgs.lib.nixosSystem { | 
