DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: a8422d125b512f4915220a14107e10a798ee2cc7 nix-arta/roles/default.nix -rw-r--r-- 243 bytes
a8422d12Jonni Liljamo fix(hosts/arwen): update gaming role 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  imports = [
    ./gaming
    ./shell

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