Skip to content

Liassica/glim-flake

 
 

Repository files navigation

glim-flake

A flake for glim with a couple of customizations.

Overview

I've Nixified the upstream glim script, so it should work out of the box on systems with Nix. I've also added a few customizations like enabling Secure Boot support and switching the default theme out for Catppuccin Frappe.

Installation

Follow the upstream instructions for setting up your USB device.

Then, install glim to your USB by running nix run github:Liassica/glim-flake. You can override the theme or by adding this repo as a flake input and overriding the 'theme' input.

E.g, to use the Breeze GRUB theme:

{ pkgs, glim, ...}:
{
  environment.systemPackages = [
    glim.packages.x86_64-linux.glim.override {
      theme = "${pkgs.kdePackages.breeze-grub}/grub/themes/breeze";
    };
  ];
}

Supported distros

License

MIT, with the exception of some theme files. See the upstream repository's license for details.

About

Flake for glim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.4%
  • Nix 45.6%