diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/generic/configuration.nix | 6 | ||||
| -rw-r--r-- | hosts/tiamat/configuration.nix | 6 | ||||
| -rw-r--r-- | hosts/vecna/configuration.nix | 7 | ||||
| -rw-r--r-- | hosts/xanathar/configuration.nix | 6 |
4 files changed, 13 insertions, 12 deletions
diff --git a/hosts/generic/configuration.nix b/hosts/generic/configuration.nix index ec33306..2fda8b9 100644 --- a/hosts/generic/configuration.nix +++ b/hosts/generic/configuration.nix @@ -12,10 +12,10 @@ 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"; }; }; diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index c61b5bb..dab7cdd 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -17,10 +17,10 @@ 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"; }; }; 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"; }; }; diff --git a/hosts/xanathar/configuration.nix b/hosts/xanathar/configuration.nix index 36133bc..62e54df 100644 --- a/hosts/xanathar/configuration.nix +++ b/hosts/xanathar/configuration.nix @@ -17,10 +17,10 @@ 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"; }; }; |
