mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
cleaned up lib and modules/misc
This commit is contained in:
parent
f2974e6b13
commit
da8e226c3a
7 changed files with 55 additions and 52 deletions
|
|
@ -17,7 +17,7 @@
|
|||
plymouth = {
|
||||
enable = lib.mkDefault true;
|
||||
theme = "breeze";
|
||||
logo = self.packages.${pkgs.system}.images + /logo.png;
|
||||
logo = "${self.packages.${pkgs.system}.images}/logo.png";
|
||||
};
|
||||
loader = {
|
||||
grub.configurationLimit = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue