DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 5290a0f1e825371418f8b049951c0cf9c23d55ac nix-arta/roles/default.nix -rw-r--r-- 258 bytes
5290a0f1Jonni Liljamo feat(roles/docker, roles/base): docker role 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{...}: {
  imports = [
    ./gaming
    ./graphics
    ./shell

    ./audio.nix
    ./base.nix
    ./bluetooth.nix
    ./docker.nix
    ./git.nix
    ./hyprland.nix
    ./kitty.nix
    ./nix.nix
    ./plasma.nix
    ./qutebrowser.nix
    ./zellij.nix
  ];
}