dotfiles/.config/nix/users/ziro/default.nix
Ahmad Ansori Palembani 98d28abc3f
refactor(nix): More split
Also added floorp, but not functional at the moment, it requires 24.11
2024-10-18 21:06:26 +07:00

9 lines
105 B
Nix

{ pkgs, config, vars, ... }:
{
home = {
username = "ziro";
};
home.stateVersion = "24.05";
}