about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
Commit message (Collapse)AuthorAgeFilesLines
* devhell/vim: Change vim from module to packagedevhell2020-12-041-1/+0
| | | | Recommended by aszlig to switch from module to package.
* machines/gunnr: Enable CUPSdevhell2020-11-171-0/+7
| | | | | Who'd have thought. Work has finally embraced a way of printing no matter what OS one runs. What a time to be alive.
* machines/gunnr: Remove Nord theme from xrdbdevhell2020-11-061-48/+0
| | | | | | Trying to figure out a better, more consistent approach to theming my terminals and terminal programs, so let's start from scratch and remove as much as possible.
* machines/gunnr: Add amdvlk to opengldevhell2020-11-051-1/+1
| | | | Let's see if this does anything good.
* machines/{hildr,gunnr}: Enable my Vim configdevhell2020-11-051-0/+1
| | | | | As I move from one machine to another I'll be removing SpaceVim and enabling my Vim.
* machines/{gunnr,hildr,sigrun}: Remove xscreensaverdevhell2020-10-281-1/+0
| | | | | I really love the screensavers, but unfortunately more often than not it's hugely distracting for my mode of work.
* machines/gunnr: Remove proxydevhell2020-09-301-4/+0
| | | | | We've finally arrived in the 21st century and don't require a proxy anymore. Hurrah!
* machines/{hildr,gunnr,eir}: xrdb use Nord colorsdevhell2020-08-271-16/+48
| | | | I've grown quite fond of this colorscheme. At least for now.
* machines/{eir,gunnr}: Switch pamixer to profiledevhell2020-02-111-1/+0
| | | | Small but still valid step towards more de-DRYing.
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-3/+6
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* machines/gunnr: Add teamsdevhell2019-12-161-0/+1
| | | | | | | Guess what? That's right! This machine lives in an environment where Teams is all the rage! I hate wasting browser tabs for something like Teams, so fortunately Microsoft has released Teams for Linux. We'll be using that now instead.
* profiles/packages: Remove Python 2devhell2019-10-241-1/+1
|
* machines/gunnr: Explicitly enable DHCPdevhell2019-10-081-0/+1
| | | | | | Explicitly enable DHCP on interfaces as requested in [1]. [1]: https://github.com/NixOS/nixpkgs/pull/69302
* machines/gunnr: Bring back xbindkeysdevhell2019-10-071-0/+2
| | | | I'm a moron.
* machines/gunnr: Remove unnecessary packagesdevhell2019-10-071-6/+0
|
* machines/gunnr: Remove Cloudflare DNS addressesdevhell2019-09-251-3/+0
| | | | These are now blocked by university's network. *sigh*
* {machines,modules}/devhell: Split updateMicrocodedevhell2019-08-251-0/+1
| | | | | | Most machines are Intel, but not all, therefore we must now apply CPU microcode updates to different manufacturers explicitly. Something that needs DRYing, yet again.
* machines/{eir,gunnr,hildr}: Update DNSdevhell2019-08-021-1/+2
| | | | Let's stick with Cloudflare's primary and secondary resolvers.
* {machines,modules}/devhell: Rework comptondevhell2019-07-251-9/+0
| | | | | | | Compton has been bumped to version 7, and with it the nix definition has changed. Additionally to adopting the new options I'm also moving compton to the overall services and have removed compton references from each machine.
* machines/gunnr: Switch to dvorak layoutdevhell2019-07-231-2/+2
| | | | | Now that my shiny new TypeMatrix has arrived, we'll be using the superior dvorak layout.
* machines/gunnr: Change proxy settingsdevhell2019-07-171-1/+1
| | | | This is better controlled via browser proxy settings.
* machines/gunnr: Disable systemd-networkd-wait-onlinedevhell2019-06-261-0/+3
| | | | Still not working properly.
* machines/gunnr: Switch from btrfs to zfsdevhell2019-06-251-15/+20
| | | | | I've been wanting to test ZFS for a while now, and since 0.8 we have stable encryption and TRIM support for SSDs.
* machines/gunnr: Add allowed NTP time serverdevhell2019-06-241-0/+4
| | | | Everything is locked down, but thankfully we have an NTP running. Phew.
* machines/gunnr: Add xbindkeysdevhell2019-06-241-0/+1
| | | | Otherwise keyboard-controlled volume won't work.
* machines/gunnr: Remove powertopdevhell2019-06-241-5/+0
| | | | | Makes little sense on this machine and only provokes weird behavior obviously. Don't know why I even put it in the first place.
* machines/gunnr: Fix kernelModules typodevhell2019-06-191-1/+1
|
* machines/gunnr: Fix lib.mkDefaultdevhell2019-06-191-1/+1
| | | | Brainfart.
* machines/devhell/gunnr: Initdevhell2019-06-191-0/+160
This is a new work machine. The configuration is based off of `titan` and `skunkworks`. I expect there to be plenty of changes in the future as I get accustomed to it and shape it to my needs.