overlays priority
This commit is contained in:
parent
d7e02d7b05
commit
f91ca25c01
3 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
with config.nix-rice.lib;
|
||||
let
|
||||
theme = kitty-themes.getThemeByName "Nightfox";
|
||||
|
|
@ -51,7 +51,7 @@ in
|
|||
opacity = 0.95;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
nixpkgs.overlays = lib.mkAfter [
|
||||
(_self: super: {
|
||||
wl-lockscreen = super.wl-lockscreen.override {
|
||||
strPalette = palette.toRgbaShortHex rice.colorPalette;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue