about summary refs log tree commit diff
path: root/modules/workstation/default.nix
Commit message (Collapse)AuthorAge
* modules/workstation: enable postgresqlAlyssa Ross2024-03-25
|
* modules/workstation: use local time zoneAlyssa Ross2023-10-28
|
* modules/workstation: set up (HP) printingAlyssa Ross2023-10-01
|
* modules/workstation: set preempt=fullAlyssa Ross2023-09-25
| | | | | This noticeably improves responsiveness under heavy load in the kernel, e.g. when doing lots of filesystem IO.
* modules: make XDG_DATA_HOME writeableAlyssa Ross2023-02-08
| | | | | | Unlike HOME, I haven't found any benefit to making this non-writeable and having to write modules for every program that might want to use it.
* modules/gh: initAlyssa Ross2021-03-31
|
* modules/workstation: install nix-indexAlyssa Ross2021-02-09
|
* modules/workstation: services.mingetty -> services.gettyAlyssa Ross2021-02-09
|
* modules/workstation: switch to NixOS podman moduleAlyssa Ross2021-01-25
| | | | | This exists now! And it does everything I was doing myself before! Yay!
* modules/workstation: install ffmpegAlyssa Ross2021-01-06
|
* modules/workstation: fix loginOptions escapingAlyssa Ross2021-01-06
| | | | | nix-repl> "\u" "u"
* modules/workstation: globally install qemuAlyssa Ross2020-08-23
|
* modules/mpv: init; disable audio displayAlyssa Ross2020-05-11
|
* modules/emacs: initAlyssa Ross2020-05-07
|
* modules/workstation: enable locateAlyssa Ross2020-04-15
|
* modules/workstation: install youtube-dlAlyssa Ross2020-04-15
|
* modules/workstation: install mpvAlyssa Ross2020-04-15
|
* modules/lorri: initAlyssa Ross2020-04-15
|
* modules/workstation: reorganize importsAlyssa Ross2020-04-15
| | | | Other modules, then general stuff, then individual programs.
* modules/dino: initAlyssa Ross2020-01-09
|
* Use C locale on serversAlyssa Ross2019-12-24
| | | | | UTC is the default timezone, so it doesn't need to be specified anywhere.
* modules/workstation: install more documentationAlyssa Ross2019-12-24
|
* modules/hardware: reorganizeAlyssa Ross2019-08-13
| | | | | | It made far more sense for Yubikey stuff to be in here. Also, there was a lot of keyboard-related stuff, so made sense to give that its own module.
* modules/weechat: initAlyssa Ross2019-07-30
| | | | | | | Previously, this lived in a separate Git repo, because WeeChat likes to rewrite its configuration when it's upgraded. But by using a headless WeeChat to write our configuration, which shouldn't be automatically changed between upgrades, we can configure it declaratively through Nix!
* modules/physical: initAlyssa Ross2019-07-09
| | | | Some config didn't make sense to be included in a VM.
* modules/ssh: initAlyssa Ross2019-06-16
|
* modules/dict: initAlyssa Ross2019-04-14
|
* modules/workstation: add man-pagesAlyssa Ross2019-03-11
|
* modules/workstation: default login to qylissAlyssa Ross2019-02-25
| | | | Will still prompt for password.
* config: give up on this experimentAlyssa Ross2019-02-10
| | | | | This ended up being way more trouble than it was worth, and the approach just flat out didn't work for stuff like OpenSSH.
* Add configAlyssa Ross2019-01-27