DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: a83e4dba54212933640fd7dd4e1ad2ac481c89b6 nix-arta/roles/default.nix -rw-r--r-- 241 bytes
a83e4dbaJonni Liljamo feat(roles/graphics): merge graphics roles 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  imports = [
    ./gaming
    ./graphics
    ./shell

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