aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-02Revert "Switch back to vim for note taking"Adrian Kummerlaender
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.
2020-05-19Change note scratchpad into a second drop down terminalAdrian Kummerlaender
2020-04-23Use terminal vim for note scratchpadAdrian Kummerlaender
Setting the WM_CLASS in neovim-qt happens too late for XMonad to corretly place the scratchpad window. As for this usecase the difference between neovim-qt and plain neovim in kitty do not matter this is the simplest solution.
2020-04-23Remove gnvimAdrian Kummerlaender
Weird font scaling issues, crashes
2020-04-23Add SciPy to Jupyterlab launcherAdrian Kummerlaender
2020-04-22Restore password prompt to center float after update to 20.03Adrian Kummerlaender
2020-04-20Switch back to vim for note takingAdrian Kummerlaender
More convenient than getting into Emacs just for this
2020-02-29Add some evilorg bindingsAdrian Kummerlaender
2020-02-29Add rofi selector for passAdrian Kummerlaender
2020-02-25Add Emacs scratchpad to XMonadAdrian Kummerlaender
2020-02-25Add basic Emacs configAdrian Kummerlaender
2020-02-23Add basic Emacs+Evil+Orgmode configAdrian Kummerlaender
2020-02-19Add flag for inheriting shell to nix-shell aliasAdrian Kummerlaender
2020-02-18Export tasker commands to environmentAdrian Kummerlaender
2020-02-18Fix jupyterWith revisionAdrian Kummerlaender
2020-02-18Replace lorri with custom persistent-nix-shellAdrian Kummerlaender
Lorri has shown itself to be rather unstable for my particular use case: * It is unclear when derivations are actually rebuilt * Polling did not seem consistent, i.e. I had to issue manual `ping_` calls * I do not want to issue manual `lorri watch` calls to fix this * It sporadically started building GC roots without any clear reason for doing so In the end all I really want is a way to prevent nix-shells from being garbage-collected. In this scenario using lorri is overkill. `persistent-nix-shell` is a simple wrapper around `nix-shell` that adds GC roots prior to entering the environment.
2020-02-18Increase HUD size in XMonadAdrian Kummerlaender
2020-01-22Add multihop ssh configAdrian Kummerlaender
2020-01-17Turn down direnv verbosityAdrian Kummerlaender
Without this flag terminal output is spammed with various environment messages.
2020-01-17Implement Jupyter Lab type in Tasker moduleAdrian Kummerlaender
Allows for convenient creation of shortcuts to Jupyter Lab sessions. As a bonus they are wrapped in Chromium App View instances and automatically terminated when required.
2020-01-14Setup lorriAdrian Kummerlaender
2020-01-07Add zoteroAdrian Kummerlaender
2019-12-09Alias `cat` to `bat`Adrian Kummerlaender
2019-12-09Add gthumb to set of default file viewersAdrian Kummerlaender
2019-11-08Add some new XMonad layouts and keybindingsAdrian Kummerlaender
2019-11-06Add majestix ssh aliasAdrian Kummerlaender
2019-10-25Add `bat` as a nice cli file viewerAdrian Kummerlaender
2019-10-24Pull in GNvim from unstableAdrian Kummerlaender
2019-10-18Update kitty configAdrian Kummerlaender
2019-09-11Update experimental qtile configAdrian Kummerlaender
2019-09-05Fix download directory variable name #1Adrian Kummerlaender
2019-07-16Add basic qtile wm configAdrian Kummerlaender
2019-07-11Update default applicationsAdrian Kummerlaender
2019-07-06Add Python console task typeAdrian Kummerlaender
2019-05-30Add calculator scratchpadAdrian Kummerlaender
2019-05-28Enable touch scrolling in FirefoxAdrian Kummerlaender
2019-05-23Update majestix screen resolutionAdrian Kummerlaender
2019-05-22Add tasksAdrian Kummerlaender
2019-05-21Add nix-shell fish aliasAdrian Kummerlaender
2019-05-11Update Tasker tasksAdrian Kummerlaender
2019-05-09Add alternative screenshot binding for athenaAdrian Kummerlaender
2019-04-27Set meld as git merge toolAdrian Kummerlaender
2019-04-27Update qt config to use new flagAdrian Kummerlaender
2019-04-27Enable stalonetray on asterixAdrian Kummerlaender
2019-04-24Set Zathura font size depending on screen DPIAdrian Kummerlaender
2019-04-17Update config after system updateAdrian Kummerlaender
2019-03-03Add font config for non-qt neovim UIs, fzfAdrian Kummerlaender
2019-03-03Update to use nvim by defaultAdrian Kummerlaender
mypkgs builts on nixpkgs-unstable to get a current nvim version. Luckily this kind of mixture of various versions is yet another strong suit of Nix.
2019-03-02Add generic LaTeX shell to TaskerAdrian Kummerlaender
2019-03-02Centrally define set of custom packagesAdrian Kummerlaender
Weirdly I did not find a better way to pass a userspace "<mypkgs>" channel throughout the home-manager expression tree. i.e. adding a "mypkgs ? import <mypkgs> { }" argument to all expressions failed somewhere inside Nix. However this way has the benefit of making it very easy to augment the derivations maintained in pkgs.kummerlaender.eu with additional packages.