~ruther/nixos-config

ref: 2faa7303ac759c74cc147cc4754b5bf35be202cd nixos-config/home/modules/default.nix -rw-r--r-- 116 bytes
2faa7303 — Frantisek Bohacek feat: update dwl to 0.7 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./home-config.nix
    ./profiles/default.nix
    ./programs/default.nix
    ./themes.nix
  ];
}