about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-01-22T12·56+0300
committerclbot <clbot@tvl.fyi>2022-01-22T14·34+0000
commitbfa88b54f59d38c34051c9bd7dcb9ce472be5789 (patch)
tree1f5adc7d9648f2b96237cf03dc0169a0fc04e89b
parentec2b98d131bc67bdff7a557e9767a321bc53dedb (diff)
fix(grfn/home): Use glimpse from nixpkgs r/3660
This extra nixpkgs import has been around for a while, but seems to no
longer be needed (this software is in nixpkgs).

Change-Id: I9932fe01bda97bd8b50ec9192ab185bea69657f9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5050
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
-rw-r--r--users/grfn/system/home/platforms/linux.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/system/home/platforms/linux.nix b/users/grfn/system/home/platforms/linux.nix
index 92924e4199..98223980e3 100644
--- a/users/grfn/system/home/platforms/linux.nix
+++ b/users/grfn/system/home/platforms/linux.nix
@@ -25,8 +25,6 @@ in
   xsession.enable = true;
 
   home.packages = with pkgs; [
-    (import (fetchTarball "https://github.com/ashkitten/nixpkgs/archive/init-glimpse.tar.gz") {}).glimpse
-
     # Desktop stuff
     arandr
     firefox
@@ -44,6 +42,7 @@ in
     pandoc
     barrier
     depot.tools.nsfv-setup
+    glimpse # fork of gimp
 
     # System utilities
     powertop