add plymouth-themes

This commit is contained in:
Anish Lakhwara
2022-10-19 16:11:51 +10:00
parent c0e353eec7
commit 1cfa32d0dc
3 changed files with 37 additions and 0 deletions
+5
View File
@@ -30,6 +30,11 @@
};
boot.supportedFilesystems = [ "ntfs" ];
boot.plymouth = {
enable = true;
themePackages = [ pkgs.plymouth-themes ];
theme = "motion";
};
# lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?)
networking.firewall = {