~ruther/nixos-config

ref: 1320c34d7186ad3ec01789933ac628d420f00360 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
1320c34d — Frantisek Bohacek feat: make wlr portal working for screenshare 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./desktop
    ./development.nix
    ./vpn.nix
    ./sync.nix
    ./virtualisation.nix
  ];
}
Do not follow this link