b556e67b5d03aae7b4e9a29faa1fd814ce1705c2
{
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%