first phase of flake conversion

This commit is contained in:
atagen 2023-04-10 18:37:28 +10:00
parent 1b47e24cb0
commit 2ea78bdd47
53 changed files with 491 additions and 50 deletions

6
flake/home/bolt.nix Normal file
View file

@ -0,0 +1,6 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
home = {
username = "bolt";
homeDirectory = "/home/bolt";
};
}