first home-manager commit
This commit is contained in:
commit
808246eecd
3 changed files with 42 additions and 0 deletions
13
home.nix
Normal file
13
home.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, pkgs, ... }
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
hello
|
||||
];
|
||||
|
||||
username = "khais";
|
||||
homeDirectory = "/home/khais";
|
||||
|
||||
stateVersion = "23.11"
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue