DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: efee9ce31486e5789eb487ab469e7015631458cd nix-arta/ws/profiles/desktop.nix -rw-r--r-- 245 bytes
efee9ce3Jonni Liljamo feat: reduce root flake.nix to just a devshell 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inputs: {
  modules = [
    inputs.sops-nix.nixosModules.sops
    inputs.home-manager.nixosModules.home-manager

    ../roles

    ./common/fonts.nix
    ./common/nix.nix
    ./common/editor.nix
  ];
  specialArgs = {
    inherit inputs;
  };
}