major upgrade
This commit is contained in:
@@ -13,8 +13,8 @@ let
|
||||
doomEmacs = pkgs.fetchFromGitHub {
|
||||
owner = "doomemacs";
|
||||
repo = "doomemacs";
|
||||
rev = "d23bbe87721c61f4d5a605f2914b32780bb89949";
|
||||
sha256 = "sha256-z+3c0AGkrMf1xZ+pq57aVp4Zo4KsqFMIjEVzSZinghc=";
|
||||
rev = "a174a69259e082bcc743d472377a9a2035c79537";
|
||||
sha256 = "sha256-+HR9w67PvNg25TJURz3GJDA81LER67tSJJKVubmeKEg=";
|
||||
};
|
||||
|
||||
# Shared emacs packages
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# The currentIndex is incremented by `nix run .#rotate-wallpaper`
|
||||
# and gets committed as part of `nix run .#upgrade`
|
||||
{
|
||||
currentIndex = 2; # Index into wallpapers list
|
||||
currentIndex = 3; # Index into wallpapers list
|
||||
|
||||
wallpapers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user