aboutsummaryrefslogtreecommitdiff
path: root/gui/gtk.nix
AgeCommit message (Collapse)Author
2022-10-16Add idefix config, optional xmonad, deprecate hidpi optionAdrian Kummerlaender
2022-07-15Update to 22.05Adrian Kummerlaender
2021-08-19Enable pure instantiation of config via flakeAdrian 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-04Athena changesAdrian Kummerlaender
2020-08-27Use niv for tracking channel versionsAdrian 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-27Update qt config to use new flagAdrian 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.
2019-02-01Add custom config key for enabling hidpi modeAdrian Kummerlaender
If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration.
2019-02-01Disable GTK3 scalingAdrian Kummerlaender
2019-01-31Extract hidpi supportAdrian Kummerlaender
2019-01-31Add thesaurus scratchpadAdrian Kummerlaender
2019-01-31Enable gtk2 hidpi flag in oomox-themeAdrian Kummerlaender
2019-01-31Scale GTK3 for highdpi displayAdrian Kummerlaender
Looks slightly to large for the few GTK3 applications I use regularly but buttons are way to small otherwise.
2018-09-26Use derivations from pkgs.kummerlaender.euAdrian Kummerlaender
2018-07-04Disable GTK3 menu bar window draggingAdrian Kummerlaender
…this was a _joy_ to debug. Who would have thought that the GTK3 default interferred with window management to that extend.
2018-06-26Enable dconf settingsAdrian Kummerlaender
2018-06-22Fix green color valueAdrian Kummerlaender
2018-05-19Remove urxvt config, use GTK theme for QtAdrian Kummerlaender
2018-05-05Hide GTK3 window controlsAdrian Kummerlaender
2018-05-05Basic attempt at a better structureAdrian Kummerlaender