diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:19:43 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:19:43 +0530 |
| commit | 1f34404b653877e010332ae31de8ce07c541ef59 (patch) | |
| tree | 723ea9371bfd9aab538a6f1ce06b6d48aef7c983 /flake.nix | |
| parent | acd2d93ad81ffad72c067e0cbf90bee809276951 (diff) | |
(theme): GRUB2
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -18,9 +18,10 @@ }; # Impermanence - impermanence = { - url = "github:nix-community/impermanence"; - }; + impermanence.url = "github:nix-community/impermanence"; + + # GRUB2 themes + grub2-themes.url = "github:vinceliuice/grub2-themes"; }; outputs = { self, nixpkgs, ... }@inputs: { @@ -37,6 +38,7 @@ inputs.home-manager.nixosModules.default inputs.impermanence.nixosModules.impermanence + inputs.grub2-themes.nixosModules.default ]; }; |
