forked from
oeiuwq.com/den
Modular, context-aware and aspect-oriented dendritic Nix configurations.
Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
1# User TODO: Remove this file.
2{
3 # default aspect can be used for global static settings.
4 den.default = {
5 # static values.
6 darwin.system.stateVersion = 6;
7 nixos.system.stateVersion = "25.05";
8 homeManager.home.stateVersion = "25.05";
9
10 # these defaults are set for checking with CI.
11 nixos.programs.vim.enable = true;
12 darwin.programs.zsh.enable = true;
13 };
14}