init
This commit is contained in:
commit
1a5d89af7a
29 changed files with 911 additions and 0 deletions
14
hosts/home.nix
Executable file
14
hosts/home.nix
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
{ username, pkgs, ... }:
|
||||
{
|
||||
imports = ( import ../modules/programs );
|
||||
home = {
|
||||
inherit username;
|
||||
stateVersion = "22.11";
|
||||
packages = with pkgs; [
|
||||
htop
|
||||
appimage-run
|
||||
ripgrep
|
||||
];
|
||||
};
|
||||
xdg.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue