fix flake package
This commit is contained in:
parent
0ac340fbd1
commit
e8c73e30c0
@ -8,7 +8,7 @@
|
|||||||
outputs = { self, nixpkgs }: {
|
outputs = { self, nixpkgs }: {
|
||||||
overlays.default = import ./overlay.nix;
|
overlays.default = import ./overlay.nix;
|
||||||
|
|
||||||
nixosModules.default = { config, pkgs, ... }:
|
nixosModules.waybar = { config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [ self.overlays.default ];
|
nixpkgs.overlays = [ self.overlays.default ];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user