refactor(nix): More split

Also added floorp, but not functional at the moment, it requires 24.11
This commit is contained in:
Ahmad Ansori Palembani 2024-10-18 21:06:26 +07:00
parent 0e80eb3083
commit 98d28abc3f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 142 additions and 42 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, config, vars, ... }:
{
home.homeDirectory = "/home/ziro";
}