1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

chore: rename scripts overlay, deactivate NUR packages

This commit is contained in:
Kierán Meinhardt
2020-04-09 20:41:27 +02:00
parent a0ddfff751
commit 2116bdb62d
5 changed files with 17 additions and 17 deletions

View File

@@ -113,7 +113,6 @@ in
ix = super.callPackage <niveum/packages/ix.nix> {}; ix = super.callPackage <niveum/packages/ix.nix> {};
iolanguage = super.callPackage <niveum/packages/iolanguage.nix> {}; iolanguage = super.callPackage <niveum/packages/iolanguage.nix> {};
nix-git = super.callPackage <niveum/packages/nix-git.nix> {};
gfs-fonts = super.callPackage <niveum/packages/gfs-fonts.nix> { gfs-fonts = super.callPackage <niveum/packages/gfs-fonts.nix> {
scardanelli = config.networking.hostName == "scardanelli"; scardanelli = config.networking.hostName == "scardanelli";
}; };

View File

@@ -98,28 +98,28 @@
pdfgrep # search in pdf pdfgrep # search in pdf
pdftk # pdf toolkit pdftk # pdf toolkit
spotify spotify
nur.repos.kmein.python3Packages.spotify-cli-linux # nur.repos.kmein.python3Packages.spotify-cli-linux
youtubeDL youtubeDL
bc # calculator bc # calculator
fzf fzf
pass pass
gnupg gnupg
kmein.favicon scripts.favicon
nur.repos.kmein.daybook # nur.repos.kmein.daybook
kmein.genius scripts.genius
kmein.instaget scripts.instaget
kmein.literature-quote scripts.literature-quote
kmein.nav # json navigation scripts.nav # json navigation
kmein.n scripts.n
kmein.vf scripts.vf
kmein.vg scripts.vg
kmein.fkill scripts.fkill
kmein.wttr scripts.wttr
# kmein.slide # kmein.slide
kmein.tolino-screensaver scripts.tolino-screensaver
memo memo
nix-prefetch-git nix-prefetch-git
nix-git scripts.nix-git
par par
qrencode qrencode
wtf wtf

View File

@@ -35,7 +35,7 @@ in
texlive.combined.scheme-full texlive.combined.scheme-full
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers])) (aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
haskellPackages.pandoc-citeproc haskellPackages.pandoc-citeproc
nur.repos.kmein.text2pdf # nur.repos.kmein.text2pdf
libreoffice libreoffice
pandoc pandoc
# proselint # proselint

View File

@@ -39,6 +39,7 @@ nnoremap <Leader>rf <Plug>(ale_find_references)
filetype plugin indent on filetype plugin indent on
set notitle set notitle
set nospell
set nocompatible set nocompatible
set smartcase set smartcase
set shiftwidth=2 tabstop=2 expandtab set shiftwidth=2 tabstop=2 expandtab

View File

@@ -1,3 +1,3 @@
(self: super: { (self: super: {
kmein = import <niveum/packages/scripts> { pkgs = super; }; scripts = import <niveum/packages/scripts> { pkgs = super; };
}) })