Add threema environment support

This commit is contained in:
Fabian Hauser 2022-04-12 13:03:42 +02:00
parent a16955dea2
commit a8c93f5f5c
3 changed files with 21 additions and 13 deletions

View file

@ -5,8 +5,8 @@
nixos-hardware.url = "github:NixOS/nixos-hardware";
home-manager.url = "github:nix-community/home-manager/release-21.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
qois-infrastructure.url = "path:/etc/nixos/qois-infrastructure";
threema.url = "path:/etc/nixos/defaults/threema";
qois-infrastructure.url = "git+file:///etc/nixos/qois-infrastructure";
threema.url = "git+file:///etc/nixos/defaults/threema";
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";