Waybar here i come (#58)

This commit is contained in:
Hadi
2026-08-13 13:55:30 +02:00
committed by GitHub
parent f1f22de7b7
commit 0cef4320fd
137 changed files with 3488 additions and 2941 deletions
-11
View File
@@ -1,7 +1,6 @@
# Systemd-boot configuration for NixOS
{pkgs, ...}: {
boot = {
bootspec.enable = true;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
@@ -24,16 +23,6 @@
];
consoleLogLevel = 0;
initrd.verbose = false;
# plymouth = {
# enable = true;
# theme = lib.mkForce "cuts_alt";
# themePackages = with pkgs; [
# (adi1090x-plymouth-themes.override {
# selected_themes = ["cuts_alt"];
# })
# ];
# };
};
# To avoid systemd services hanging on shutdown