henrov 95dafb6125 { config, pkgs, lib, flakeRoot, ... }:
{
home.packages = [ pkgs.bash ];
home.activation = {
recreateConfig = {
text = ''
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
'';
deps = [ pkgs.bash ];
};
};
}
2026-03-02 19:47:19 +01:00
2026-02-22 19:25:39 +01:00
2026-02-21 22:31:46 +00:00
2026-02-23 21:58:22 +01:00
2026-02-21 22:31:46 +00:00

nixos

This repository contains my experiments playing with nixos

S
Description
This repository contains my experiments playing with nixos
Readme 830 MiB
Languages
QML 34.6%
Nix 33.3%
Shell 11.4%
Emacs Lisp 9.8%
CSS 8.2%
Other 2.7%