95dafb6125ce429a5a13d540ceb1db32f5036b84
{
home.packages = [ pkgs.bash ];
home.activation = {
recreateConfig = {
text = ''
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
'';
deps = [ pkgs.bash ];
};
};
}
nixos
This repository contains my experiments playing with nixos
Languages
CSS
69.1%
Nix
17.6%
Emacs Lisp
5%
Shell
4.2%
Scheme
1.7%
Other
2.4%