add mindforger
This commit is contained in:
parent
8a3e117d7e
commit
5516842285
2 changed files with 3 additions and 4 deletions
|
@ -30,9 +30,6 @@ set updatetime=300
|
||||||
set nobackup
|
set nobackup
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
|
|
||||||
" Give more space for displaying messages.
|
|
||||||
set cmdheight=2
|
|
||||||
|
|
||||||
" Having longer updatetime (default is 4000 ms = 4 s) leads to noticeable
|
" Having longer updatetime (default is 4000 ms = 4 s) leads to noticeable
|
||||||
" delays and poor user experience.
|
" delays and poor user experience.
|
||||||
set updatetime=300
|
set updatetime=300
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
platformTheme = "gnome";
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -21,7 +22,8 @@
|
||||||
gnome3.gnome-screenshot
|
gnome3.gnome-screenshot
|
||||||
apvlv xidlehook blueman
|
apvlv xidlehook blueman
|
||||||
fontconfig xclip gimp glxinfo
|
fontconfig xclip gimp glxinfo
|
||||||
notable evince signal-desktop
|
notable mindforger
|
||||||
|
evince signal-desktop
|
||||||
libreoffice vlc
|
libreoffice vlc
|
||||||
unstable.tor-browser-bundle-bin
|
unstable.tor-browser-bundle-bin
|
||||||
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
||||||
|
|
Loading…
Reference in a new issue