added stylix

This commit is contained in:
willifan 2024-09-09 19:53:11 +02:00
parent 94096ef042
commit 0117839c8f
11 changed files with 363 additions and 28 deletions

View file

@ -6,9 +6,9 @@
initrd.systemd.enable = true;
plymouth = {
enable = true;
theme = "bgrt";
logo = "${pkgs.nixos-icons}/share/icons/hicolor/48x48/apps/nix-snowflake-white.png";
font = "${pkgs.dejavu_fonts.minimal}/share/fonts/truetype/DejaVuSans.ttf";
# theme = "bgrt";
# logo = "${pkgs.nixos-icons}/share/icons/hicolor/48x48/apps/nix-snowflake-white.png";
# font = "${pkgs.dejavu_fonts.minimal}/share/fonts/truetype/DejaVuSans.ttf";
};
consoleLogLevel = 0;
@ -28,4 +28,4 @@
loader.timeout = 0;
};
}
}