dotfiles/users/cirno/home.nix

16 lines
169 B
Nix
Raw Normal View History

2024-05-02 21:47:19 -07:00
{ config,
nixosConfig,
pkgs,
lib,
inputs,
home-manager,
... }:
let
in
{
home.stateVersion = "24.05";
home.homeDirectory = "/home/cirno";
}