chore: dev env image
This commit is contained in:
29
homes/aarch64-raw-efi/evanreichard@lin-terminal-image/default.nix
Executable file
29
homes/aarch64-raw-efi/evanreichard@lin-terminal-image/default.nix
Executable file
@@ -0,0 +1,29 @@
|
||||
{ lib
|
||||
, config
|
||||
, namespace
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
inherit (lib.${namespace}) enabled;
|
||||
in
|
||||
{
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
reichard = {
|
||||
user = {
|
||||
enable = true;
|
||||
inherit (config.snowfallorg.user) name;
|
||||
};
|
||||
|
||||
programs = {
|
||||
terminal = {
|
||||
btop = enabled;
|
||||
direnv = enabled;
|
||||
nvim = enabled;
|
||||
tmux = enabled;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.jq = enabled;
|
||||
}
|
||||
Reference in New Issue
Block a user