From 72c67635085a300bda4e974b03e9457713270b5c Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 1 Nov 2021 23:12:01 +0700 Subject: [PATCH] flake: fixes for recent input bump - removed mongodb-compass (unnecessary) - removed packwiz - removed discover-overlay - removed rofi.scrollbar option - use zdharma-continuum as upstream zdharma is no longer available --- flake.lock | 10 +++++----- flake.nix | 2 +- modules/user/packages-rin.nix | 3 --- modules/user/rofi.nix | 1 - 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index a97761d..6cf586b 100644 --- a/flake.lock +++ b/flake.lock @@ -103,15 +103,15 @@ "fast-syntax-highlighting": { "flake": false, "locked": { - "lastModified": 1621022231, - "narHash": "sha256-rHdOnA0Y/i/ISDlriGrGDXr5rD2nZ4T7iuG7PFUVIFQ=", - "owner": "zdharma", + "lastModified": 1635760466, + "narHash": "sha256-TeJ4dPynF5RWoaroKxWF5hxyu56k0ZibRsdbjMKqe5s=", + "owner": "zdharma-continuum", "repo": "fast-syntax-highlighting", - "rev": "817916dfa907d179f0d46d8de355e883cf67bd97", + "rev": "9a5a4a5199e7e480009e10433d0d8c5be91f31d4", "type": "github" }, "original": { - "owner": "zdharma", + "owner": "zdharma-continuum", "repo": "fast-syntax-highlighting", "type": "github" } diff --git a/flake.nix b/flake.nix index 03937bc..ed4be5e 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ # zsh plugins zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; }; zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; }; - fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; }; + fast-syntax-highlighting = { url = "github:zdharma-continuum/fast-syntax-highlighting"; flake = false; }; pure = { url = "github:sindresorhus/pure"; flake = false; }; # overlays diff --git a/modules/user/packages-rin.nix b/modules/user/packages-rin.nix index 21054bc..d857b68 100644 --- a/modules/user/packages-rin.nix +++ b/modules/user/packages-rin.nix @@ -6,7 +6,6 @@ kitty neofetch nodejs-16_x - packwiz pamixer rnix-lsp transcrypt @@ -39,7 +38,6 @@ inputs.zelk ]; }) - discover-overlay element-desktop feh gnome.file-roller @@ -49,7 +47,6 @@ insomnia lxappearance maim - mongodb-compass ((multimc.override { jdk8 = adoptopenjdk-hotspot-bin-8; jdk = adoptopenjdk-hotspot-bin-16; diff --git a/modules/user/rofi.nix b/modules/user/rofi.nix index f32e183..6997d86 100644 --- a/modules/user/rofi.nix +++ b/modules/user/rofi.nix @@ -2,7 +2,6 @@ programs.rofi = { enable = true; font = "Open Sans 10"; - scrollbar = false; terminal = "kitty"; #theme = builtins.fetchUrl {}; };