DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: e48b2517640d2f279cc0d3aea4ea47f79ac224fd nix-arta/ws/profiles/laptop.nix -rw-r--r-- 294 bytes
e48b2517Jonni Liljamo feat: move arwen to ws and clenup orphan modules 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
inputs: {
  modules = [
    inputs.sops-nix.nixosModules.sops
    inputs.home-manager.nixosModules.home-manager

    ../roles

    ./common/fonts.nix
    ./common/nix.nix
    ./common/editor.nix

    {
      programs.light.enable = true;
    }
  ];
  specialArgs = {
    inherit inputs;
  };
}