DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: f48b7a537cb4dfec93e189375a73658f7ec6c63a nix-arta/roles/default.nix -rw-r--r-- 215 bytes
f48b7a53Jonni Liljamo feat(roles/qutebrowser, hosts/arwen): qutebrowser role and add to arwen 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{...}: {
  imports = [
    ./audio.nix
    ./bluetooth.nix
    ./base.nix
    ./git.nix
    ./hyprland.nix
    ./kitty.nix
    ./nix.nix
    ./qutebrowser.nix
    ./shell.nix
    ./steam.nix
    ./zellij.nix
  ];
}