DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: fe57eebacda44d73fbecd4071a35919e01e40117 nix-arta/roles/default.nix -rw-r--r-- 309 bytes
fe57eebaJonni Liljamo feat(roles/amdgpu, hosts/arwen): amdgpu role 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{...}: {
  imports = [
    ./gaming
    ./shell

    ./amdgpu.nix # FIXME: merge with nvidia.nix to graphics/ role
    ./audio.nix
    ./bluetooth.nix
    ./base.nix
    ./git.nix
    ./hyprland.nix
    ./kitty.nix
    ./nix.nix
    ./nvidia.nix
    ./plasma.nix
    ./qutebrowser.nix
    ./zellij.nix
  ];
}