overlays: add overlay for i3status-rust
This commit is contained in:
parent
912073bee6
commit
0c25fa3f83
3 changed files with 25 additions and 1 deletions
|
|
@ -60,6 +60,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
overlays = import ./overlays;
|
||||
|
||||
nixosConfigurations =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -73,7 +75,7 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
] ++ builtins.attrValues self.overlays;
|
||||
sharedModules = [
|
||||
home-manager.nixosModule
|
||||
{ nixpkgs.overlays = shared_overlays; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue