diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-08 15:04:15 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-08 15:04:15 -0600 |
| commit | a4a4957fae687c0c0ac6f65c916b1f5346cde9bd (patch) | |
| tree | c1dfed0355da8335cd964a9c53a478f7adc85b3a /hosts/vecna/configuration.nix | |
| parent | 0313dc9ff67080fa1d9aac6491919ad7ff21e6c2 (diff) | |
new bsol theme fork
Diffstat (limited to 'hosts/vecna/configuration.nix')
| -rw-r--r-- | hosts/vecna/configuration.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/vecna/configuration.nix b/hosts/vecna/configuration.nix index 93edf89..c9cad60 100644 --- a/hosts/vecna/configuration.nix +++ b/hosts/vecna/configuration.nix @@ -16,11 +16,12 @@ device = "nodev"; useOSProber = true; theme = "${pkgs.fetchFromGitHub { # blue screen of life grub theme - owner = "harishnkr"; + owner = "scouckel"; repo = "bsol"; - rev = "8f39f66967e2391b11ee554578f0b821070ec72a"; - sha256 = "sha256-UD5crwJdqnKVnxTN2vHIukJnQuzxmkko3E5wb8Xg6gs"; + rev = "a8eedad9e7163dce230ca7886be8e1b4ef81da99"; + sha256 = "sha256-P2q73uM1Ysn1a+0mOGOvee/Q1WAYRGQvfanrasx/8r8"; }}/bsol"; + entryOptions = "--class nixos"; }; }; |
