aboutsummaryrefslogtreecommitdiff
path: root/gui/default.nix
AgeCommit message (Collapse)Author
2019-02-24Move Tasker into module folderAdrian Kummerlaender
2019-02-22Declare tasks as attribute optionAdrian Kummerlaender
This way it is easy to support e.g. host specific tasks
2019-02-22Nixify project task launcherAdrian Kummerlaender
Task scripts and desktop shortcuts are now autogenerated using a friendly list of tasks in `gui/tasker.nix`. i.e. a separate rofi launcher is unnecessary as the generated desktop files are automatically picked up by stock rofi. This is nice.
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-01-27Add Zathura configAdrian Kummerlaender
2018-05-19Remove urxvt config, use GTK theme for QtAdrian Kummerlaender
2018-05-05Group applications by purposeAdrian Kummerlaender
2018-05-05Add X cursor configAdrian Kummerlaender
2018-05-05Basic attempt at a better structureAdrian Kummerlaender