fix waybar icons, add project, add fido token

This commit is contained in:
2024-07-06 12:43:59 +02:00
parent b3f80e0818
commit 9db05facea
6 changed files with 93 additions and 54 deletions

View File

@@ -39,9 +39,16 @@ in {
# nixos cross building qemu
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.supportedFilesystems = [ "ntfs" ];
boot.plymouth.enable = true;
boot.plymouth.theme = "breeze";
boot.kernelParams = ["quiet"];
boot.plymouth = {
enable = true;
theme = "spin";
themePackages = with pkgs; [
# By default we would install all themes
(adi1090x-plymouth-themes.override {
selected_themes = [ "spin" ];
})
];
};
environment.persistence."/nix/persist/system" = {
hideMounts = true;