update flake
This commit is contained in:
parent
3af156e3e8
commit
bda3095a15
6 changed files with 61 additions and 63 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
ffmpeg-full
|
||||
|
||||
# kde and kde theming
|
||||
kde-rounded-corners
|
||||
# kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
pkgs.catppuccin-cursors.mochaPeach
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue