fixed system, some hyprland issues

This commit is contained in:
vali 2024-05-15 13:59:52 +02:00
commit 8f1812fae8
7 changed files with 106 additions and 120 deletions

View file

@ -14,13 +14,13 @@ in {
programs.schizofox = {
enable = true;
theme = {
background-darker = "181825";
background = "1e1e2e";
foreground = "cdd6f4";
colors = {
background-darker = "181825";
background = "1e1e2e";
foreground = "cdd6f4";
};
font = "Lexend";
simplefox.enable = false;
darkreader.enable = true;
extraCss = ''
extraUserChrome = ''
body {
color: red !important;
}
@ -105,7 +105,7 @@ in {
};
misc = {
drmFix = false;
drm.enable = true;
disableWebgl = true;
};
};