25 lines
369 B
Nix
25 lines
369 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
inputs,
|
|
...
|
|
}:
|
|
with lib;
|
|
with lib.internal;{
|
|
snowfallorg.user.enable = true;
|
|
snowfallorg.user.name = "kb-work";
|
|
# home.stateVersion = "23.11";
|
|
|
|
|
|
# home.packages = with pkgs; [
|
|
# kate
|
|
# thunderbird
|
|
# keepassxc
|
|
# globalprotect-openconnect
|
|
# vscodium
|
|
# logseq
|
|
# ungoogled-chromium
|
|
# zed-editor # Editor
|
|
# ];
|
|
}
|