DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: ab1f2aed5692a4d8c7ab7ccb7daccf5502e31f67 nix-arta/roles/default.nix -rw-r--r-- 177 bytes
ab1f2aedJonni Liljamo chore: format 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{...}: {
  imports = [
    ./audio.nix
    ./bluetooth.nix
    ./base.nix
    ./git.nix
    ./hyprland.nix
    ./kitty.nix
    ./nix.nix
    ./shell.nix
    ./zellij.nix
  ];
}