mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
chore: rename scripts overlay, deactivate NUR packages
This commit is contained in:
@@ -113,7 +113,6 @@ in
|
||||
ix = super.callPackage <niveum/packages/ix.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> {
|
||||
scardanelli = config.networking.hostName == "scardanelli";
|
||||
};
|
||||
|
||||
@@ -98,28 +98,28 @@
|
||||
pdfgrep # search in pdf
|
||||
pdftk # pdf toolkit
|
||||
spotify
|
||||
nur.repos.kmein.python3Packages.spotify-cli-linux
|
||||
# nur.repos.kmein.python3Packages.spotify-cli-linux
|
||||
youtubeDL
|
||||
bc # calculator
|
||||
fzf
|
||||
pass
|
||||
gnupg
|
||||
kmein.favicon
|
||||
nur.repos.kmein.daybook
|
||||
kmein.genius
|
||||
kmein.instaget
|
||||
kmein.literature-quote
|
||||
kmein.nav # json navigation
|
||||
kmein.n
|
||||
kmein.vf
|
||||
kmein.vg
|
||||
kmein.fkill
|
||||
kmein.wttr
|
||||
scripts.favicon
|
||||
# nur.repos.kmein.daybook
|
||||
scripts.genius
|
||||
scripts.instaget
|
||||
scripts.literature-quote
|
||||
scripts.nav # json navigation
|
||||
scripts.n
|
||||
scripts.vf
|
||||
scripts.vg
|
||||
scripts.fkill
|
||||
scripts.wttr
|
||||
# kmein.slide
|
||||
kmein.tolino-screensaver
|
||||
scripts.tolino-screensaver
|
||||
memo
|
||||
nix-prefetch-git
|
||||
nix-git
|
||||
scripts.nix-git
|
||||
par
|
||||
qrencode
|
||||
wtf
|
||||
|
||||
@@ -35,7 +35,7 @@ in
|
||||
texlive.combined.scheme-full
|
||||
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
||||
haskellPackages.pandoc-citeproc
|
||||
nur.repos.kmein.text2pdf
|
||||
# nur.repos.kmein.text2pdf
|
||||
libreoffice
|
||||
pandoc
|
||||
# proselint
|
||||
|
||||
@@ -39,6 +39,7 @@ nnoremap <Leader>rf <Plug>(ale_find_references)
|
||||
|
||||
filetype plugin indent on
|
||||
set notitle
|
||||
set nospell
|
||||
set nocompatible
|
||||
set smartcase
|
||||
set shiftwidth=2 tabstop=2 expandtab
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
(self: super: {
|
||||
kmein = import <niveum/packages/scripts> { pkgs = super; };
|
||||
scripts = import <niveum/packages/scripts> { pkgs = super; };
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user