From bfa88b54f59d38c34051c9bd7dcb9ce472be5789 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 22 Jan 2022 15:56:50 +0300 Subject: fix(grfn/home): Use glimpse from nixpkgs 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 Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/home/platforms/linux.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'users/grfn/system/home') 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 -- cgit 1.4.1