treewide: remove variables from pkgs

This commit is contained in:
Leonardo Eugênio 2024-06-05 01:18:48 -03:00
parent 741d67c4ec
commit 0f4ac759c6
38 changed files with 60 additions and 64 deletions

View file

@ -43,7 +43,7 @@
};
plymouth = {
enable = true;
theme = lib.mkIf (pkgs.uservars.desktop == "sway") "red_loader";
theme = lib.mkIf (config.my.desktop == "sway") "red_loader";
themePackages = with pkgs; [
(adi1090x-plymouth-themes.override { selected_themes = [ "red_loader" ]; })
];