This commit is contained in:
alisceon 2025-08-08 14:42:57 +02:00
parent 69715b78b6
commit 2969b161f0
4 changed files with 12 additions and 2 deletions

View file

@ -18,7 +18,6 @@
enable = true;
theme = "rings";
themePackages = with pkgs; [
# By default we would install all themes
(adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
@ -49,4 +48,10 @@
tod.driver = pkgs.libfprint-2-tod1-goodix;
};
};
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
}