aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
AgeCommit message (Collapse)Author
2023-12-08Update to 23.11Adrian Kummerlaender
2023-08-31Switch to a more stable emacs setup, rollback mu4e updateAdrian Kummerlaender
2023-08-28UpdateAdrian Kummerlaender
2022-12-03Update to 22.11Adrian Kummerlaender
2022-07-15Update to 22.05Adrian Kummerlaender
2021-12-30Update channels, port rofi themeAdrian Kummerlaender
2021-08-19Enable pure instantiation of config via flakeAdrian 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-18Move jupyterWith to flake inputsAdrian Kummerlaender
2021-08-18Set default derivation, update READMEAdrian Kummerlaender
2021-08-18Flakeify home configAdrian 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