add minegrub theme

This commit is contained in:
Osman Faruk Bayram 2025-03-22 00:56:18 +03:00
parent 4fd01b1d27
commit 9d3c03f849
5 changed files with 53 additions and 0 deletions

View file

@ -19,6 +19,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
minegrub-theme = {
url = "github:Lxtharia/minegrub-theme";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixvim = {