init
This commit is contained in:
parent
3728ac496d
commit
53395d3971
81 changed files with 723 additions and 1543 deletions
|
|
@ -1,12 +1,10 @@
|
|||
{ config, pkgs, pkgs-unstable, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./user
|
||||
];
|
||||
|
||||
home.username = "gpskwlkr";
|
||||
home.homeDirectory = "/home/gpskwlkr";
|
||||
home.stateVersion = "23.11";
|
||||
imports = [ ./user ];
|
||||
|
||||
home.username = "danny";
|
||||
home.homeDirectory = "/home/danny";
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue