Add new modules and configurations for HyprPanel and related components

This commit is contained in:
2025-01-11 22:33:49 +02:00
parent d2f5a6ceba
commit 792c41c296
10 changed files with 242 additions and 9 deletions

View File

@@ -13,6 +13,17 @@
boot.supportedFilesystems = [ "ntfs" ];
boot.plymouth = {
enable = true;
};
boot.initrd.verbose = false;
boot.kernelParams = [
# "quiet"
"splash"
"boot.shell_on_fail"
];
boot.loader = {
efi = {
canTouchEfiVariables = true;