DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: bbbfef92d398e7c2ed22ebe153469068f5f96b02 nix-arta/roles/default.nix -rw-r--r-- 241 bytes
bbbfef92Jonni Liljamo chore: format 3 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
  ];
}