aboutsummaryrefslogtreecommitdiff
path: root/gui/pkgs
AgeCommit message (Collapse)Author
2020-06-09Fix sxiv configAdrian Kummerlaender
2019-04-17Update config after system updateAdrian 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-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-24Move Tasker into module folderAdrian Kummerlaender
2019-02-24Add Tasker types for opening terminal / vim in local nix-shellAdrian Kummerlaender
2019-02-24Add nix-shell environment type to taskerAdrian Kummerlaender
Allows for convenient management of non-project-specific shell environments.
2019-02-24Define type of task entriesAdrian Kummerlaender
2019-02-22Setup generic name for easier filtering in taskerAdrian Kummerlaender
2019-02-22Support terminal tasks in taskerAdrian Kummerlaender
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-21Improvise rofi task launcherAdrian Kummerlaender
`tasker` opens a rofi selection of all scripts found in `~/.local/share/tasks`. This is useful for launching e.g. project specific nix-shells, vim instances and so on. Actual tasks are not included at this point as they are still quite rudimentary. This vision is that this develops into a Nix and XMonad integrated project manager that: * Automatically clones the project repository if it is not already available * Allows for (optional) central management of nix-shell derivations * Allows for easy isolation of project-specific UI utilities * Enables convenient launching of build and test scripts
2019-02-15Add uictrl dependenciesAdrian Kummerlaender
2019-02-15Add custom script for cycling workspaces in toucheggAdrian Kummerlaender
2018-09-26Use derivations from pkgs.kummerlaender.euAdrian Kummerlaender
2018-07-11Add host-specific config analogously to nixos_systemAdrian Kummerlaender
Enables installation of modem-manager-gui derivation to be restricted to asterix. XMonad config will also get host-specific sections in the future.
2018-05-19Add Neovim-Qt as vim frontendAdrian Kummerlaender
Default CLI editor is currently still Vim, mainly because cs-exact doesn't work correctly in Neovim. Neovim-Qt is preferable to GVim as the latter has ugly pixel glitches on my system (maybe related to proprietary NVidia drivers? This was not a problem on the x220) The neovim-qt derivation is built using a custom nvim derivation which in turn uses the global vim configuration managed in /etc/nixos/pkgs/vim.
2018-05-10Configure sxiv colorsAdrian Kummerlaender
2018-05-05Basic attempt at a better structureAdrian Kummerlaender