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
{
nixpkgs.overlays = [
this.overlays.tubslatex
this.overlays.dadadaScripts
];

View file

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

View file

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

View file

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

View file

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

View file

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