Remove prism

This commit is contained in:
2024-10-06 14:14:49 +02:00
parent 5500164669
commit 1fe8d17523
3 changed files with 31 additions and 172 deletions

View File

@ -20,19 +20,10 @@ in
};
# Do not make conditional, just toggle things on and off
imports = [
inputs.prism.homeModules.prism
inputs.nix-colors.homeManagerModules.default
];
imports = [ inputs.nix-colors.homeManagerModules.default ];
config = lib.mkIf cfg.enable {
# home.sessionVariables.GTK_THEME = "Catppuccin-Mocha-Compact-Blue-dark";
prism = {
enable = true;
wallpapers = ./wallpapers;
colorscheme = inputs.nix-colors.colorschemes.${cfg.colorscheme};
};
gtk = {
enable = true;
theme = {