import NUR and use lolcommits from there instead

This commit is contained in:
Trolli Schmittlauch 2021-03-11 09:43:11 +01:00
parent 3b0cbafefe
commit 30b738e544
11 changed files with 14 additions and 477 deletions

View file

@ -1,9 +1,12 @@
{ pkgs, ... }:
with pkgs;
let
unstable = import <nixos-unstable> {};
# nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable
unstable = import <nixos-unstable> { };
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
nur = import <NUR> { inherit pkgs; };
myNur = nur.repos.schmittlauch;
mybrowser = firefox;
desktopApps = [
@ -114,7 +117,7 @@ let
reptyr # re-bind running program to other tty
xclip
unzip
lolcommits # from overlay
myNur.lolcommits # from overlay
];
nixHelpers = [
@ -224,7 +227,7 @@ let
mypy
]
++ (
with python2Packages; []
with python2Packages; [ ]
);
@ -250,8 +253,8 @@ let
in
{
home.packages =
desktopApps
home.packages =
desktopApps
++ latexApps
++ pythonApps
++ graphicsApps