aboutsummaryrefslogtreecommitdiff
path: root/modules/system/plymouth.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-07-02 14:55:02 +0200
committerLeander Scherer <leander@schererleander.de>2026-07-02 14:55:02 +0200
commitcef6f8b2142a0c6dc0fa4d31d2ffa23143c6b788 (patch)
tree846b5a055e9d2b05ca169cf2b1fd64775712eb50 /modules/system/plymouth.nix
parentdc1f81ad51c14f1f08a9e20b17c9debdad76d358 (diff)
refactor: remove dead code and unused foot module
Diffstat (limited to 'modules/system/plymouth.nix')
-rw-r--r--modules/system/plymouth.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/system/plymouth.nix b/modules/system/plymouth.nix
index f184624..0ac2b53 100644
--- a/modules/system/plymouth.nix
+++ b/modules/system/plymouth.nix
@@ -11,19 +11,6 @@
enable = true;
theme = "breeze";
themePackages = with pkgs; [
- #(adi1090x-plymouth-themes.override {
- #selected_themes = [
- #"lone"
- #"red_loader"
- #"cuts_alt"
- #"abstract_ring_alt"
- #"loader_2"
- #"sliced"
- #"spinner_alt"
- #"sphere"
- #"loader"
- #];
- #})
kdePackages.breeze-plymouth
];
};