Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | Update to and adapt environment for 24.05 | Adrian Kummerlaender | |
2023-12-08 | Update to 23.11 | Adrian Kummerlaender | |
2023-08-31 | Switch to a more stable emacs setup, rollback mu4e update | Adrian Kummerlaender | |
2023-08-28 | Update | Adrian Kummerlaender | |
2022-12-03 | Update to 22.11 | Adrian Kummerlaender | |
2022-07-15 | Update to 22.05 | Adrian Kummerlaender | |
2021-12-30 | Update channels, port rofi theme | 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 | Set default derivation, update README | 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 |