~ruther/nixos-config

ref: 82327f0148ead104f87e1bf52de5388ccc71a42b nixos-config/home/modules/profiles/default.nix -rw-r--r-- 87 bytes
82327f01 — Frantisek Bohacek feat: use pgtk emacs for wayland 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop
    ./development
    ./base.nix
    ./matrix.nix
  ];
}