henrov b556e67b5d { 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:48:41 +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 GPL-3.0 802 MiB
Languages
CSS 69.1%
Nix 17.6%
Emacs Lisp 5%
Shell 4.2%
Scheme 1.7%
Other 2.4%