update flake

This commit is contained in:
Sean Kovacs 2026-02-19 13:12:57 -05:00
commit bda3095a15
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 61 additions and 63 deletions

View file

@ -4,12 +4,9 @@
...
}:
let
catppuccin-discord = "${pkgs.catppuccin-discord}/share/catppuccin-discord/catppuccin-mocha-*.theme.css";
mergedThemes = pkgs.runCommand "mergedConfig" { } ''
mkdir -p $out
cp -rvf ${pkgs.base16-discord-git}/base16.css $out/base16.css
cp -rvf ${catppuccin-discord} $out
'';
vesktopSettings = {

View file

@ -39,7 +39,7 @@
ffmpeg-full
# kde and kde theming
kde-rounded-corners
# kde-rounded-corners
kdePackages.partitionmanager
pkgs.catppuccin-cursors.mochaPeach

View file

@ -23,11 +23,11 @@
};
};
aerothemeplasma = {
enable = true;
plasma.enable = true;
fonts.enable = true;
};
# aerothemeplasma = {
# enable = true;
# plasma.enable = true;
# fonts.enable = true;
# };
programs.plasma = lib.mkDefault {
enable = true;