Implement home-manager support

This commit is contained in:
2022-02-13 23:06:31 +00:00
parent b5f5e7d38c
commit a30c45c01d
9 changed files with 176 additions and 38 deletions

6
homes/castle.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
programs = {
kakoune.enable = true;
};
}