mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/kat: Moving to base16 shell
This commit is contained in:
parent
8cd8066446
commit
0d465c9d72
5 changed files with 11 additions and 62 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue