Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |