aboutsummaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Collapse)Author
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
2021-07-26UpdateAdrian Kummerlaender
2021-07-18UpdateAdrian Kummerlaender
2021-07-03UpdateAdrian Kummerlaender
2021-06-09Update nivAdrian Kummerlaender
2021-06-09UpdateAdrian Kummerlaender
2021-05-20UpdateAdrian Kummerlaender
2021-05-04UpdateAdrian Kummerlaender
2021-04-29Update, switch to emacs masterAdrian Kummerlaender
2021-04-19UpdateAdrian Kummerlaender
2021-03-18UpdateAdrian Kummerlaender
2021-03-13UpdateAdrian Kummerlaender
2021-02-22Update emacsAdrian Kummerlaender
Precompiling native code now seems to work.
2021-02-19UpdateAdrian Kummerlaender
2021-01-09UpdateAdrian Kummerlaender
2020-12-10UpdateAdrian Kummerlaender
2020-12-08Add org-qlAdrian Kummerlaender
2020-12-04Update emacsAdrian Kummerlaender
2020-11-23Update nixpkgs and use kcachegrind instead of qcachegrindAdrian Kummerlaender
Qcachegrind has this annoying Qt XCB bug, this time not fixable by installing Qt to the user environment.
2020-11-15Update home-manager, EmacsAdrian Kummerlaender
2020-11-02Update user environment to 20.09Adrian Kummerlaender
2020-10-06UpdateAdrian Kummerlaender
2020-08-27Use niv for tracking channel versionsAdrian Kummerlaender
This way the config is actually reproducible without manually tracking supported nixpkgs states. home-manager is now not installed environment-wide anymore but only available inside a nix-shell.