aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2021-08-23Pull in web apps from unstableAdrian Kummerlaender
fixes telegram desktop launch issue
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-08-18Flakeify home configAdrian Kummerlaender
Use nix flakes instead of niv for pinning dependency channels. First step towards merging my "nixos-system" and "nixos-home" configs into a single trivially reproducible flake setup. Apply home config via: > nix build .#homeManagerConfigurations.common.activationPackage --impure > ./result/activate
2021-08-01Update Emacs themeAdrian Kummerlaender
2021-07-30Add work signatureAdrian Kummerlaender
2021-07-26Add custom style for org drawerAdrian Kummerlaender
2021-07-26Disable org-roam update messageAdrian Kummerlaender
2021-07-18Group common org bindings into hydraAdrian Kummerlaender
2021-07-18Update org-roam config to 2.0Adrian Kummerlaender
2021-07-15Invert Zathura colorschemeAdrian Kummerlaender
2021-07-15Enable whitespace-mode in prog-modeAdrian Kummerlaender
2021-07-03Add additional org-insert-link bindingAdrian Kummerlaender
2021-06-20Disable electric indent mode for C-languagesAdrian Kummerlaender
2021-06-15Add basic org-ref setupAdrian Kummerlaender
2021-06-15Prepend capturesAdrian Kummerlaender
2021-06-12Switch back, tidy up helm setupAdrian Kummerlaender
2021-06-10Replace helm with selectrum+consult+marginalia for most use casesAdrian Kummerlaender
2021-06-10Change first day of weekAdrian Kummerlaender
2021-06-10Fix htop configAdrian Kummerlaender
2021-06-09Update rofi configAdrian Kummerlaender
2021-06-09Update htop configAdrian Kummerlaender
2021-06-09Add basic hephaestus configAdrian Kummerlaender
2021-05-25Add emacs edit-serverAdrian Kummerlaender
2021-05-20Enable evil ediff bindingsAdrian Kummerlaender
2021-05-20Add zoomAdrian Kummerlaender
2021-05-17Add gnuplot to emacs environmentAdrian Kummerlaender
2021-05-17Add new TODO statesAdrian Kummerlaender
2021-05-07Update htop meters to fit many-core systemsAdrian Kummerlaender
2021-05-04UpdateAdrian Kummerlaender
2021-05-04Athena changesAdrian Kummerlaender
2021-05-04Update mail configAdrian Kummerlaender
2021-04-29Update, switch to emacs masterAdrian Kummerlaender
2021-04-19UpdateAdrian Kummerlaender
2021-03-18Add kill projectile buffer bindingAdrian Kummerlaender
2021-03-18Allow plain "y/n" answers in emacsAdrian Kummerlaender
2021-03-18UpdateAdrian Kummerlaender
2021-03-18Change default application setAdrian Kummerlaender
2021-02-22Update emacsAdrian Kummerlaender
Precompiling native code now seems to work.
2021-02-08Add mail capture templateAdrian Kummerlaender
2021-01-31Enable narrowing commands by defaultAdrian Kummerlaender
2021-01-31Fix inclusion of pandoc into the emacs environmentAdrian Kummerlaender
This ought to be easier
2021-01-22Add pocket-reader to emacsAdrian Kummerlaender
Nice workflow with org-web-tools-read-url-as-org
2021-01-15Add htop configAdrian Kummerlaender
2020-12-17Load optional file of manual patchesAdrian Kummerlaender
2020-12-11Actually add org-qlAdrian Kummerlaender
Somehow got missed during my last commit
2020-12-04Explicitly set black backgroundAdrian Kummerlaender
This was the implicit default but gets broken when not using autologin.
2020-11-30Disable audible Kitty bellAdrian Kummerlaender
Never get this in local sessions but on some SSH sessions this is maddening.
2020-11-30Explicitly set undo-tree-mode for evilAdrian Kummerlaender
2020-11-23Enable preprocessor macro indentation for C langsAdrian Kummerlaender
2020-11-23Reenable messages, this hides to muchAdrian Kummerlaender
I just want to prevent the message buffer from popping up during background gccmacs rebuilds...