DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 8c2c0f2888ba80c5075618dcd71ef9a91a512b4c nix-arta/roles/default.nix -rw-r--r-- 245 bytes
8c2c0f28Jonni Liljamo fix(hosts/alice): remove option that was removed 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{...}: {
  imports = [
    ./shell
    ./audio.nix
    ./bluetooth.nix
    ./base.nix
    ./git.nix
    ./hyprland.nix
    ./kitty.nix
    ./nix.nix
    ./nvidia.nix
    ./plasma.nix
    ./qutebrowser.nix
    ./steam.nix
    ./zellij.nix
  ];
}