Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-19 | Add flag for inheriting shell to nix-shell alias | Adrian Kummerlaender | |
2020-02-18 | Export tasker commands to environment | Adrian Kummerlaender | |
2020-02-18 | Fix jupyterWith revision | Adrian Kummerlaender | |
2020-02-18 | Replace lorri with custom persistent-nix-shell | Adrian 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-18 | Increase HUD size in XMonad | Adrian Kummerlaender | |
2020-01-22 | Add multihop ssh config | Adrian Kummerlaender | |
2020-01-17 | Turn down direnv verbosity | Adrian Kummerlaender | |
Without this flag terminal output is spammed with various environment messages. | |||
2020-01-17 | Implement Jupyter Lab type in Tasker module | Adrian 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-14 | Setup lorri | Adrian Kummerlaender | |
2020-01-07 | Add zotero | Adrian Kummerlaender | |
2019-12-09 | Alias `cat` to `bat` | Adrian Kummerlaender | |
2019-12-09 | Add gthumb to set of default file viewers | Adrian Kummerlaender | |
2019-11-08 | Add some new XMonad layouts and keybindings | Adrian Kummerlaender | |
2019-11-06 | Add majestix ssh alias | Adrian Kummerlaender | |
2019-10-25 | Add `bat` as a nice cli file viewer | Adrian Kummerlaender | |
2019-10-24 | Pull in GNvim from unstable | Adrian Kummerlaender | |
2019-10-18 | Update kitty config | Adrian Kummerlaender | |
2019-09-11 | Update experimental qtile config | Adrian Kummerlaender | |
2019-09-05 | Fix download directory variable name #1 | Adrian Kummerlaender | |
2019-07-16 | Add basic qtile wm config | Adrian Kummerlaender | |
2019-07-11 | Update default applications | Adrian Kummerlaender | |
2019-07-06 | Add Python console task type | Adrian Kummerlaender | |
2019-05-30 | Add calculator scratchpad | Adrian Kummerlaender | |
2019-05-28 | Enable touch scrolling in Firefox | Adrian Kummerlaender | |
2019-05-23 | Update majestix screen resolution | Adrian Kummerlaender | |
2019-05-22 | Add tasks | Adrian Kummerlaender | |
2019-05-21 | Add nix-shell fish alias | Adrian Kummerlaender | |
2019-05-11 | Update Tasker tasks | Adrian Kummerlaender | |
2019-05-09 | Add alternative screenshot binding for athena | Adrian Kummerlaender | |
2019-04-27 | Set meld as git merge tool | Adrian Kummerlaender | |
2019-04-27 | Update qt config to use new flag | Adrian Kummerlaender | |
2019-04-27 | Enable stalonetray on asterix | Adrian Kummerlaender | |
2019-04-24 | Set Zathura font size depending on screen DPI | Adrian Kummerlaender | |
2019-04-17 | Update config after system update | Adrian Kummerlaender | |
2019-03-03 | Add font config for non-qt neovim UIs, fzf | Adrian Kummerlaender | |
2019-03-03 | Update to use nvim by default | Adrian 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-02 | Add generic LaTeX shell to Tasker | Adrian Kummerlaender | |
2019-03-02 | Centrally define set of custom packages | Adrian 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. | |||
2019-03-02 | Update home-manager installation method to use channel | Adrian Kummerlaender | |
2019-02-26 | Add README | Adrian Kummerlaender | |
2019-02-25 | Add majestix specific config | Adrian Kummerlaender | |
2019-02-25 | Wrap common Tasker scripts in functions | Adrian Kummerlaender | |
2019-02-24 | Move Tasker into module folder | Adrian Kummerlaender | |
2019-02-24 | Add Tasker types for opening terminal / vim in local nix-shell | Adrian Kummerlaender | |
2019-02-24 | Add nix-shell environment type to tasker | Adrian Kummerlaender | |
Allows for convenient management of non-project-specific shell environments. | |||
2019-02-24 | Define type of task entries | Adrian Kummerlaender | |
2019-02-22 | Add obelix specific task | Adrian Kummerlaender | |
2019-02-22 | Declare tasks as attribute option | Adrian Kummerlaender | |
This way it is easy to support e.g. host specific tasks | |||
2019-02-22 | Add further tasks | Adrian Kummerlaender | |
2019-02-22 | Setup generic name for easier filtering in tasker | Adrian Kummerlaender | |