Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | UpdateHEADmaster | Adrian Kummerlaender | |
2024-09-17 | Update | Adrian Kummerlaender | |
2024-08-01 | emacs: Fix post-update mu4e setup issue | Adrian Kummerlaender | |
2024-06-28 | Update to and adapt environment for 24.05 | Adrian Kummerlaender | |
2023-12-08 | Update to 23.11 | Adrian Kummerlaender | |
2023-11-08 | Update | Adrian Kummerlaender | |
2023-08-31 | Switch to a more stable emacs setup, rollback mu4e update | Adrian Kummerlaender | |
2023-08-28 | Update | Adrian Kummerlaender | |
2023-06-05 | Update | Adrian Kummerlaender | |
2023-04-06 | Update | Adrian Kummerlaender | |
2023-03-03 | Update | Adrian Kummerlaender | |
2022-12-03 | Update to 22.11 | Adrian Kummerlaender | |
2022-10-08 | Adapt to update changes | Adrian Kummerlaender | |
2022-10-08 | Update | Adrian Kummerlaender | |
2022-09-10 | Update | Adrian Kummerlaender | |
2022-07-15 | Update to 22.05 | Adrian Kummerlaender | |
2022-05-20 | Update | Adrian Kummerlaender | |
2022-04-21 | Update | Adrian Kummerlaender | |
2022-02-07 | Update | Adrian Kummerlaender | |
2022-01-23 | Update | Adrian Kummerlaender | |
2022-01-05 | Update | Adrian Kummerlaender | |
2021-12-30 | Update channels, port rofi theme | Adrian Kummerlaender | |
2021-12-06 | Update | Adrian Kummerlaender | |
2021-11-06 | Revert emacs update due to weird performance issue | Adrian Kummerlaender | |
2021-11-06 | Update | Adrian Kummerlaender | |
2021-10-17 | Update | Adrian Kummerlaender | |
2021-10-08 | Update | Adrian Kummerlaender | |
2021-09-20 | Update | Adrian Kummerlaender | |
2021-09-14 | Update channels | Adrian Kummerlaender | |
2021-09-01 | Update emacs | Adrian Kummerlaender | |
2021-08-19 | Enable pure instantiation of config via flake | Adrian 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-18 | Move jupyterWith to flake inputs | Adrian Kummerlaender | |
2021-08-18 | Flakeify home config | Adrian 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 |