Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | Update to and adapt environment for 24.05 | Adrian Kummerlaender | |
2022-10-16 | Add idefix config, optional xmonad, deprecate hidpi option | Adrian Kummerlaender | |
2022-07-15 | Update to 22.05 | Adrian Kummerlaender | |
2021-08-19 | Enable pure instantiation of config via flake | Adrian Kummerlaender | |
i.e. via `nix run .#hostname`. Currently pulling in a pending pull request at jupyterWith for flakeified JupyterLab installations. The entire system consisting of `nixos_system` and `nixos_home` flakes can now be purely instantiated from clones in the user directory. No "/etc/nixos" resp. ".config/nixpkgs" needed. This is nice, probably not going to bother merging both repositories. | |||
2021-05-04 | Athena changes | Adrian Kummerlaender | |
2020-08-27 | Use niv for tracking channel versions | Adrian Kummerlaender | |
This way the config is actually reproducible without manually tracking supported nixpkgs states. home-manager is now not installed environment-wide anymore but only available inside a nix-shell. | |||
2019-04-27 | Update qt config to use new flag | 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-02-01 | Add custom config key for enabling hidpi mode | Adrian Kummerlaender | |
If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration. | |||
2019-02-01 | Disable GTK3 scaling | Adrian Kummerlaender | |
2019-01-31 | Extract hidpi support | Adrian Kummerlaender | |
2019-01-31 | Add thesaurus scratchpad | Adrian Kummerlaender | |
2019-01-31 | Enable gtk2 hidpi flag in oomox-theme | Adrian Kummerlaender | |
2019-01-31 | Scale GTK3 for highdpi display | Adrian Kummerlaender | |
Looks slightly to large for the few GTK3 applications I use regularly but buttons are way to small otherwise. | |||
2018-09-26 | Use derivations from pkgs.kummerlaender.eu | Adrian Kummerlaender | |
2018-07-04 | Disable GTK3 menu bar window dragging | Adrian Kummerlaender | |
…this was a _joy_ to debug. Who would have thought that the GTK3 default interferred with window management to that extend. | |||
2018-06-26 | Enable dconf settings | Adrian Kummerlaender | |
2018-06-22 | Fix green color value | Adrian Kummerlaender | |
2018-05-19 | Remove urxvt config, use GTK theme for Qt | Adrian Kummerlaender | |
2018-05-05 | Hide GTK3 window controls | Adrian Kummerlaender | |
2018-05-05 | Basic attempt at a better structure | Adrian Kummerlaender | |