Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | bare-metal: configure power button to suspend on short press | Alan Pearce | 2022-08-31 | -0/+3 |
| | ||||
* | iwd: let user manage network settings | Alan Pearce | 2022-07-02 | -0/+1 |
| | ||||
* | prefect: don't use local resolver | Alan Pearce | 2022-06-30 | -0/+1 |
| | ||||
* | nvidia-gpu: enable power management | Alan Pearce | 2022-06-23 | -0/+5 |
| | ||||
* | audio: switch to pipewire | Alan Pearce | 2022-06-16 | -10/+5 |
| | ||||
* | bare-metal: automatically suspend when idle | Alan Pearce | 2022-06-16 | -0/+6 |
| | ||||
* | prefect: use UEFI boot loader instead of GRUB's os-prober | Alan Pearce | 2022-06-16 | -2/+2 |
| | ||||
* | kde: fix screen artifacts and flickering | Alan Pearce | 2022-06-13 | -2/+2 |
| | ||||
* | Rename compton to picom | Alan Pearce | 2022-06-13 | -1/+1 |
| | ||||
* | trezor: install suite | Alan Pearce | 2022-06-13 | -0/+1 |
| | ||||
* | bluetooth: only enable bluetooth outside of KDE | Alan Pearce | 2022-06-13 | -2/+2 |
| | ||||
* | bare-metal: enable managing EFI boot entries | Alan Pearce | 2022-06-12 | -0/+1 |
| | ||||
* | update settings to build on 22.05 | Alan Pearce | 2022-06-12 | -5/+7 |
| | ||||
* | audio: switch device sample rate if not mixing | Alan Pearce | 2021-05-03 | -0/+1 |
| | ||||
* | bare-metal: add more network optimisations | Alan Pearce | 2021-01-28 | -2/+7 |
| | ||||
* | Use optimised kernel and CPU governor on PCs (laptops and desktops) | Alan Pearce | 2021-01-16 | -0/+7 |
| | ||||
* | Disable default DHCP when connman is used | Alan Pearce | 2021-01-16 | -0/+1 |
| | ||||
* | Extract wireless setup fvrom connman.nix to iwd.nix | Alan Pearce | 2021-01-16 | -1/+11 |
| | ||||
* | connman: use a nicer management UI | Alan Pearce | 2021-01-16 | -1/+1 |
| | ||||
* | connman: use updated nixos schema | Alan Pearce | 2021-01-16 | -1/+1 |
| | ||||
* | laptop: merge imports | Alan Pearce | 2021-01-12 | -4/+1 |
| | ||||
* | bare-metal: don't force bfq module to load | Alan Pearce | 2021-01-12 | -2/+0 |
| | | | | Let it be loaded as necessary | |||
* | Optimise startup on machines with / on NVMe | Alan Pearce | 2021-01-12 | -0/+5 |
| | ||||
* | bare-metal: set optimal IO scheduler per disk type | Alan Pearce | 2021-01-12 | -0/+9 |
| | ||||
* | Extract bluetooth settings from laptop module | Alan Pearce | 2021-01-12 | -19/+39 |
| | ||||
* | Ensure mouse settings are applied | Alan Pearce | 2021-01-12 | -0/+1 |
| | ||||
* | prefect: switch to AMD | Alan Pearce | 2021-01-05 | -2/+0 |
| | ||||
* | Simplify mouse acceleration setup | Alan Pearce | 2020-12-09 | -9/+5 |
| | ||||
* | prefect: simplify dual-booting with grub2 | Alan Pearce | 2020-09-21 | -0/+1 |
| | ||||
* | systemd-boot: Fix broken UEFI install | Alan Pearce | 2020-07-06 | -1/+1 |
| | | | | | | It seems as though the EFI variables do not need to be modified in order to add a bootloader; I was able to reinstall two systems without it. | |||
* | keyboard: remove norman layout | Alan Pearce | 2020-06-29 | -3/+3 |
| | | | | | I never did switch to it after learning. It looks like I'll be sticking with QWERTY for the time being. | |||
* | Fix for NixOS 20.03 deprecations | Alan Pearce | 2020-04-22 | -1/+1 |
| | ||||
* | nvidia-gpu: ensure nouveau module is not loaded | Alan Pearce | 2020-04-22 | -1/+10 |
| | ||||
* | thinkpad: enable fan control | Alan Pearce | 2020-03-17 | -0/+7 |
| | ||||
* | keyboard: use qwerty,norman | Alan Pearce | 2020-03-16 | -0/+9 |
| | ||||
* | Use nix-shell to run node2nix | Alan Pearce | 2020-02-18 | -9/+0 |
| | ||||
* | laptop: configure lid power actions | Alan Pearce | 2020-01-24 | -4/+8 |
| | ||||
* | printing: install configuration panel | Alan Pearce | 2020-01-02 | -0/+2 |
| | ||||
* | NVidia: run compton to avoid window sizing issues | Alan Pearce | 2019-11-23 | -0/+3 |
| | ||||
* | Configure nextdns usage via module | Alan Pearce | 2019-11-20 | -8/+0 |
| | ||||
* | thinkpad: remove config duplicated from nixos-hardware | Alan Pearce | 2019-11-13 | -12/+0 |
| | ||||
* | network-manager: fix syntax error | Alan Pearce | 2019-11-13 | -1/+1 |
| | ||||
* | laptop: fix autorandr failing at startup | Alan Pearce | 2019-11-13 | -1/+6 |
| | ||||
* | Split network-manager and kresd | Alan Pearce | 2019-11-11 | -18/+4 |
| | ||||
* | network-manager: switch stub resolver to kresd | Alan Pearce | 2019-11-05 | -18/+20 |
| | ||||
* | laptop: don't restart bluetooth when switching generations | Alan Pearce | 2019-11-04 | -0/+1 |
| | ||||
* | thinkpad: fix non-operational fan speed scaling | Alan Pearce | 2019-10-23 | -4/+0 |
| | | | | | | CPU should not reach 90C without the fans making noise, which is what was configured. Let the embedded controller do its job anyway, even if it is a bit louder during low-utilisation periods. | |||
* | network-manager: use unbound+stubby for cached DNS-over-TLS | Alan Pearce | 2019-10-23 | -3/+25 |
| | ||||
* | intel-gpu: switch back to intel driver | Alan Pearce | 2019-10-22 | -0/+8 |
| | ||||
* | Replace parts of T470s configuration with nixos-hardware | Alan Pearce | 2019-10-21 | -21/+4 |
| |