amaan can't into kernel

do 400 pushups per cache miss idiot
This commit is contained in:
atagen 2026-04-27 16:09:39 +10:00
parent 848ed62c5d
commit 4921973b9a
34 changed files with 3240 additions and 605 deletions

View file

@ -10,12 +10,8 @@
let
inherit (config) rice;
in
(with pkgs.kdePackages; [
[
pkgs.gtk-engine-murrine
breeze
breeze.qt5
])
++ [
rice.gtk-theme.package
rice.fonts.sans.package
rice.icons.package
@ -27,7 +23,9 @@
config = {
theme = {
colorScheme =
let ui = config.rice.roles config.rice.palette.hex; in
let
ui = config.rice.roles config.rice.palette.hex;
in
pkgs.runCommand "theme.colors" { } ''
sed \
-e "s|@bg@|${ui.bg}|g" \
@ -43,7 +41,7 @@
> $out
'';
iconTheme = config.rice.icons.name;
style = "breeze";
style = "fusion";
font = with config.rice.fonts.sans; {
family = name;
size = size;