mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Merge branch 'obs'
This commit is contained in:
commit
6cd6ca7a32
3 changed files with 31 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
|||
inputs: {lib, ...}: {
|
||||
inputs: {
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
imports = [(import ./stage2patch.nix inputs)];
|
||||
environment.etc = {
|
||||
"issue" = {
|
||||
|
|
@ -14,7 +18,7 @@ inputs: {lib, ...}: {
|
|||
plymouth = {
|
||||
enable = lib.mkDefault true;
|
||||
theme = "breeze";
|
||||
logo = ../misc/nixos.png;
|
||||
logo = "${self}/misc/nixos.png";
|
||||
};
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue