Skip to content

Commit

Permalink
whitefox: grub theme use minegrub-world-sel-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Mar 1, 2024
1 parent a690e7a commit 81ae7a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# nixpkgs.url = "git+file:///home/ocfox/dev/nixpkgs";
minegrub.url = "github:ocfox/minegrub-theme";
minegrub.url = "github:ocfox/minegrub-world-sel-theme";
agenix.url = "github:ryantm/agenix";
factorio-versions.url = "github:ocfox/factorio-versions";
bin.url = "github:ocfox/bin";
Expand Down
5 changes: 1 addition & 4 deletions hosts/whitefox/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
{
loader = {
grub = {
minegrub-theme = {
enable = true;
splash = "Infinite recursion";
};
enable = true;
device = "nodev";
useOSProber = true;
efiSupport = true;
minegrub-world-sel-theme.enable = true;
};
efi.canTouchEfiVariables = true;
};
Expand Down

0 comments on commit 81ae7a5

Please sign in to comment.