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
Description
Languages
QML
34.6%
Nix
33.3%
Shell
11.4%
Emacs Lisp
9.8%
CSS
8.2%
Other
2.7%