diff options
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/system/home/platforms/linux.nix | 3 |
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 92924e419973..98223980e323 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 |