aux-config/homes/x86_64-linux/kb-work@yerukall/default.nix

26 lines
369 B
Nix
Raw Normal View History

{
config,
pkgs,
lib,
2024-07-16 17:49:43 +02:00
inputs,
...
}:
with lib;
with lib.internal;{
snowfallorg.user.enable = true;
snowfallorg.user.name = "kb-work";
2024-07-16 18:30:47 +02:00
# home.stateVersion = "23.11";
2024-07-16 18:30:47 +02:00
# home.packages = with pkgs; [
# kate
# thunderbird
# keepassxc
# globalprotect-openconnect
# vscodium
# logseq
# ungoogled-chromium
# zed-editor # Editor
# ];
}