gnome: update config

This commit is contained in:
Leonardo Eugênio 2023-06-02 17:55:54 -03:00
parent bd275e8982
commit 8bbdb28d32
6 changed files with 146 additions and 22 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }: {
{ config, pkgs, lib, inputs, ... }: {
console = {
font = "ter-120n";
packages = [ pkgs.terminus_font ];
@ -36,7 +36,7 @@
};
plymouth = {
enable = true;
theme = "red_loader";
theme = lib.mkIf (pkgs.uservars.desktop == "sway") "red_loader";
themePackages = [
pkgs.plymouth-theme-red
];