DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 33f3c514a7b5f01d3d0cdac25a55354c54e3f0d8 nix-arta/roles/default.nix -rw-r--r-- 177 bytes
33f3c514Jonni Liljamo feat: hyprland, kitty, shell env 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
  ];
}