profiles/kat: Moving to base16 shell

This commit is contained in:
kat witch 2021-04-30 01:25:33 +01:00
parent 8cd8066446
commit 0d465c9d72
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 11 additions and 62 deletions

View file

@ -1,7 +1,7 @@
rec {
sources = import ./nix/sources.nix;
pkgs = import ./pkgs { inherit sources; };
witch = import ./lib/witch.nix { lib = pkgs.lib; };
witch = import ./lib/witch.nix { inherit pkgs; lib = pkgs.lib; };
profiles = witch.modList {
modulesDir = ./profiles;
defaultFile = "nixos.nix";