parent
a4829b0bab
commit
8ba117e22b
40 changed files with 176 additions and 169 deletions
modules/desktop/theme
|
@ -4,7 +4,7 @@ self: {
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (self.scopedPackages.${pkgs.system}) dracula;
|
||||
inherit (pkgs.scopedPackages) dracula;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ self: {
|
|||
cfg = osConfig.roles.desktop;
|
||||
|
||||
hyprpaper = self.inputs.hyprpaper.packages.${pkgs.system}.default;
|
||||
wallpaper = toString self.scopedPackages.${pkgs.system}.dracula.wallpaper;
|
||||
wallpaper = toString pkgs.scopedPackages.dracula.wallpaper;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [hyprpaper];
|
||||
|
|
|
@ -4,7 +4,7 @@ self: {
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (self.scopedPackages.${pkgs.system}) dracula;
|
||||
inherit (pkgs.scopedPackages) dracula;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue