summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-10 10:19:43 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-10 10:19:43 +0530
commit1f34404b653877e010332ae31de8ce07c541ef59 (patch)
tree723ea9371bfd9aab538a6f1ce06b6d48aef7c983 /flake.nix
parentacd2d93ad81ffad72c067e0cbf90bee809276951 (diff)
(theme): GRUB2
Diffstat (limited to '')
-rw-r--r--flake.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 13d3f81..7945570 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];
};