~ruther/nixos-config

ref: feat/isos nixos-config/home/modules/default.nix -rw-r--r-- 116 bytes
38ce94f0 — Frantisek Bohacek feat: add dwl iso image 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./home-config.nix
    ./profiles/default.nix
    ./programs/default.nix
    ./themes.nix
  ];
}