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
830 MiB
Languages
QML 32.5%
Nix 31.2%
Shell 16.9%
Emacs Lisp 9.2%
CSS 7.7%
Other 2.5%