about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-10 feat(pkgs): Bump channels to latestVincent Ambo1-10/+6
This moves to NixOS 18.09.
2018-10-10 feat(adho): Add Homan Bistro wifiVincent Ambo1-0/+4
2018-10-10 chore: Disable Redis service on all machinesVincent Ambo1-1/+0
2018-09-19 chore(emacs): Bump EXWM & XELB to most recent development versionsVincent Ambo1-5/+26
2018-09-16 refactor(desktop): Don't launch EXWM via Emacs clientVincent Ambo1-2/+1
Launch EXWM directly in Emacs, instead of first launching an Emacs server and connecting a client. In cases where Emacs does not start correctly due to initialisation errors the error message would never become visible without this change.
2018-09-16 feat(adho): Add Dublin wifi networksVincent Ambo1-0/+9
2018-09-02 chore(emacs): Bump EXWM versionVincent Ambo1-5/+3
Includes changes from ch11ng/exwm#477 which may resolve issues with ch11ng/exwm#425.
2018-09-02 feat(adho): Add additional wifi networksVincent Ambo1-0/+4
2018-09-02 feat(adho): Run haveged daemonVincent Ambo1-0/+3
2018-08-26 chore(stallo): Add 2.4Ghz network as fallbackVincent Ambo1-1/+8
Apparently the wifi card likes to act up occasionally (this is new?) and can't see the 5Ghz network anymore. This adds the 2.4Ghz network as a fallback in those cases.
2018-08-17 chore(emacs): Add another potential fix for EXWM issueVincent Ambo1-3/+5
Pulls in the changes from @medranocalvo's ch11ng/exwm#469 pull request, which could be a potential fix for ch11ng/exwm#425.
2018-08-10 chore(stallo): Use wine with 64-bit supportVincent Ambo1-1/+1
2018-08-10 feat(adho): Add Yubikey PIV related toolsVincent Ambo1-0/+9
2018-08-10 chore(desktop): Remove unused keyboard layoutVincent Ambo1-1/+1
2018-08-10 feat(emacs): Install intero againVincent Ambo1-2/+6
2018-08-05 chore(emacs): Override EXWM version with potential bug fixVincent Ambo1-2/+14
Overrides the EXWM version from the latest released one to a current commit in master that may constitute a fix for ch11ng/exwm#425
2018-08-05 chore(packages): Remove 'hie' for nowVincent Ambo1-10/+2
2018-08-05 feat(stallo): Install wine-staging & winetricksVincent Ambo1-1/+4
2018-07-30 fix(packages): Remove Cachix cache for hie-nixVincent Ambo1-14/+0
2018-07-30 feat(stallo): Enable 32-bit compatibility for audio & videoVincent Ambo1-0/+4
2018-07-30 feat(packages): Install extremetuxracerVincent Ambo1-0/+1
Why not?
2018-07-30 chore(packages): Bump channelsVincent Ambo1-5/+5
2018-07-29 refactor(emacs): Install eglot & jsonrpc from ELPA instead of GithubVincent Ambo1-7/+15
trust++;
2018-07-29 feat(pkgs): Enable hie-nix Cachix cacheVincent Ambo1-0/+14
2018-07-29 chore(emacs): Update eglot version to 1.1Vincent Ambo1-2/+2
2018-07-22 feat(desktop): Install corefontsVincent Ambo1-0/+1
2018-07-15 feat(config): Enable Redis serviceVincent Ambo1-0/+1
2018-07-14 feat(emacs): Install elixir-modeVincent Ambo1-0/+1
2018-07-14 feat(pkgs): Install fallback icon themeVincent Ambo1-0/+1
2018-07-13 fix(mail): Filter NixOS Discourse into nix-devel tagVincent Ambo1-2/+2
2018-07-03 feat(emacs): Install alchemistVincent Ambo1-0/+1
2018-07-02 feat(pkgs): Install Haskell IDE EngineVincent Ambo1-0/+9
2018-07-02 chore(pkgs): Remove unused packagesVincent Ambo1-5/+0
2018-06-29 feat(emacs): Install counsel-notmuchVincent Ambo1-1/+18
2018-06-28 feat(emacs): Add a newer version of sly from gitVincent Ambo1-1/+20
2018-06-25 feat(adho): Add Postkontoret & MAGNAT wifiVincent Ambo1-0/+8
2018-06-22 feat(emacs): Install use-packageVincent Ambo1-0/+1
2018-06-19 feat(emacs): Install hydraVincent Ambo1-0/+1
2018-06-16 fix(emacs): Fix ivy & prescient integration by manually pinning ivyVincent Ambo2-7/+44
In the previous configuration the dependency on `ivy-pass` added a second version of ivy to the load-path. It is fixed by manually pinning ivy and its related packages and using those to build ivy-pass. This configuration should be temporary until the next time the MELPA package set is updated in nixpkgs. This caused the symptoms in raxod502/prescient.el#10
2018-06-16 feat(packages): Pick VLC 3 from unstableVincent Ambo1-0/+1
Finally!
2018-06-15 refactor(emacs): Use unstable channel directly in emacs moduleVincent Ambo2-73/+45
Stores the unstable channel in the global package set to make it available in the emacs module. All emacs-related packages are now taken from the unstable channel. Related changes: * prescient is now built directly from git * sly has been (temporarily) removed because the MELPA recipe is failing Unfortunately the version bumps to prescient and ivy (& its related packages) don't seem to help with raxod502/prescient.el#10
2018-06-15 chore(packages): Remove unused Haskell packagesVincent Ambo1-2/+0
2018-06-15 chore(packages): Bump channel versionsVincent Ambo1-12/+6
emacs 26 is now included in unstable, so the extra pin has been removed.
2018-06-15 feat(emacs): Replace smart-mode-line with telephone-lineVincent Ambo1-1/+1
2018-06-13 feat(emacs): Install prescient & ivy-prescientVincent Ambo1-1/+18
These packages are not in nixpkgs yet (will most likely be added after the next MELPA import), so they're added here manually. As both originate from the same source they're added to the same derivation here by using a custom recipe.
2018-06-10 feat(mail): Tag nix-devel mailing listVincent Ambo1-0/+3
2018-06-10 fix(mail): Always mark drafts as readVincent Ambo1-0/+3
2018-06-10 fix(mail): Exclude drafts from search resultsVincent Ambo1-1/+1
2018-06-10 chore(notmuch-config): Set work email as defaultVincent Ambo1-2/+2
Office365 groups don't add required metadata to automatically determine which sender should be used when replying to a mail.
2018-06-08 feat(emacs): Install jq-modeVincent Ambo1-0/+1