added cachix

This commit is contained in:
Moritz Böhme 2021-10-23 11:42:14 +02:00
parent b2b9fa66e4
commit c90d0d71dc
4 changed files with 27 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
imports = [ ./apps ./cli ./desktop ./services ];
imports = [ ./apps ./cli ./desktop ./services ./cachix.nix ];
# USERS
users.users.moritz = {