This commit is contained in:
gpskwlkr 2024-03-26 23:45:56 +04:00
parent 506b21e430
commit 709db1985b
91 changed files with 251 additions and 212 deletions

12
home/default.nix Normal file
View file

@ -0,0 +1,12 @@
{ config, pkgs, pkgs-unstable, lib, inputs, ... }:
{
imports = [
./user
];
home.username = "gpskwlkr";
home.homeDirectory = "/home/gpskwlkr";
home.stateVersion = "23.11";
}