DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: c7760869695a11607e7d56a228778cadfd959007 nix-arta/roles/default.nix -rw-r--r-- 245 bytes
c7760869Jonni Liljamo feat(systems/hosts/alice): include some core packages in a temporary way for now 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
  ];
}