get test user on gemini 'server'

This commit is contained in:
stitchy 2024-05-03 04:47:19 +00:00
parent aea964c745
commit 97a6ae026e
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
3 changed files with 46 additions and 0 deletions

15
users/cirno/home.nix Normal file
View file

@ -0,0 +1,15 @@
{ config,
nixosConfig,
pkgs,
lib,
inputs,
home-manager,
... }:
let
in
{
home.stateVersion = "24.05";
home.homeDirectory = "/home/cirno";
}