This commit is contained in:
Tim Schubert 2021-03-08 10:08:22 +01:00
parent 9e1f423048
commit d143afc023
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 9 additions and 7 deletions

View file

@ -19,7 +19,6 @@ let
in in
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
this.overlays.tubslatex
this.overlays.dadadaScripts this.overlays.dadadaScripts
]; ];

View file

@ -18,7 +18,7 @@ with pkgs; [
evince evince
ffmpeg ffmpeg
file file
firefox-bin firefox
fractal fractal
fzf fzf
gimp gimp
@ -37,6 +37,7 @@ with pkgs; [
inotify-tools inotify-tools
irssi irssi
jameica jameica
jupyter
jq jq
kcachegrind kcachegrind
keepassxc keepassxc
@ -47,6 +48,7 @@ with pkgs; [
libreoffice libreoffice
libvirt libvirt
lsof lsof
manpages
mblaze mblaze
mkpasswd mkpasswd
mpv mpv
@ -74,11 +76,11 @@ with pkgs; [
steam steam
tcpdump tcpdump
tdesktop tdesktop
tubslatex thunderbird
thunderbird-bin
unzip unzip
usbutils usbutils
virtmanager virtmanager
vscodium
whois whois
wireshark wireshark
xdg_utils xdg_utils

View file

@ -19,7 +19,7 @@ in
}; };
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme = "gnome";
}; };
}; };
} }

View file

@ -93,6 +93,7 @@ nmap <leader>bb :Buffers<Enter>
nmap <leader>bl :Buffers<Enter> nmap <leader>bl :Buffers<Enter>
nmap <leader>bn :bnext<Enter> nmap <leader>bn :bnext<Enter>
nmap <leader>bp :bprevious<Enter> nmap <leader>bp :bprevious<Enter>
nmap <leader>bd :bdelete<Enter>
nmap <leader>ll :Lines<Enter> nmap <leader>ll :Lines<Enter>
nmap <leader>mm :Marks<Enter> nmap <leader>mm :Marks<Enter>

View file

@ -42,7 +42,7 @@ in
}; };
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox-bin firefox
xdg_utils xdg_utils
zathura zathura
]; ];

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
with lib; with lib;
{ {
nixpkgs.overlays = attrValues (import ../../../overlays); #nixpkgs.overlays = attrValues (import ../../../overlays);
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;