removed plymouth again

This commit is contained in:
Charlie Root 2024-05-18 20:07:17 +02:00
commit e12dd3941c
6 changed files with 45 additions and 19 deletions

View file

@ -8,6 +8,10 @@
console.keyMap = "de";
nix = {
settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
# enable flakes
experimental-features = [ "nix-command" "flakes" ];
# reduce file size used & automatic garbage collector
@ -67,4 +71,3 @@
};
system.stateVersion = "23.11";
}