mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added kaylee
This commit is contained in:
parent
48696082fd
commit
bc0da065db
6 changed files with 109 additions and 5 deletions
13
dot_config/flake/machines/kaylee/home.nix
Normal file
13
dot_config/flake/machines/kaylee/home.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
../../home/helide
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "tyler";
|
||||
homeDirectory = "/home/tyler";
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue