2025-06-06 13:14:29 +02:00
|
|
|
{ inputs, pkgs, ... }:
|
2019-10-18 20:05:36 +02:00
|
|
|
|
2024-05-26 16:45:38 +02:00
|
|
|
with pkgs;
|
|
|
|
|
{
|
2019-10-18 20:05:36 +02:00
|
|
|
imports = [
|
2025-06-06 15:27:16 +02:00
|
|
|
./base.nix
|
2020-03-13 19:41:55 +01:00
|
|
|
./shell
|
2024-01-30 20:40:31 +01:00
|
|
|
./tailscale.nix
|
2020-03-13 19:41:55 +01:00
|
|
|
./editors
|
|
|
|
|
./desktop
|
2020-03-13 21:18:08 +01:00
|
|
|
./git.nix
|
2023-04-15 00:46:36 +02:00
|
|
|
./element.nix
|
2020-03-13 19:41:55 +01:00
|
|
|
./signal.nix
|
2020-08-14 23:41:20 +02:00
|
|
|
./browsers
|
2020-03-13 19:41:55 +01:00
|
|
|
./planck.nix
|
2025-06-04 18:23:45 +02:00
|
|
|
./services/easyeffects.nix
|
2025-06-06 13:14:29 +02:00
|
|
|
inputs.seven-modules.homeModules.seven
|
2019-10-18 20:05:36 +02:00
|
|
|
];
|
|
|
|
|
|
2021-10-29 20:38:31 +02:00
|
|
|
programs.gpg.enable = true;
|
2019-12-12 15:45:07 +01:00
|
|
|
|
|
|
|
|
services.gpg-agent = {
|
|
|
|
|
enable = true;
|
2020-07-12 17:26:32 +02:00
|
|
|
enableSshSupport = true;
|
2022-01-20 17:00:17 +01:00
|
|
|
# use auth subkey's keygrip: gpg2 -K --with-keygrip
|
2025-06-06 18:09:15 +02:00
|
|
|
sshKeys = [
|
|
|
|
|
"3C48489F3B0FBB44E72180D4B1D7541C201C9987"
|
|
|
|
|
"70DBD13E3BCAF806D416647D9C51321E2F1312CF"
|
|
|
|
|
];
|
2020-07-12 22:19:52 +02:00
|
|
|
defaultCacheTtl = 600;
|
|
|
|
|
defaultCacheTtlSsh = 600;
|
2025-05-18 17:07:53 +02:00
|
|
|
pinentry.package = pkgs.pinentry-gnome3;
|
2019-12-12 15:45:07 +01:00
|
|
|
};
|
2025-05-18 17:07:53 +02:00
|
|
|
programs.zsh.initContent = ''
|
2022-03-30 00:04:35 +02:00
|
|
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
|
|
|
|
|
'';
|
2019-12-12 15:45:07 +01:00
|
|
|
|
2021-10-29 20:38:31 +02:00
|
|
|
programs.ssh.enable = true;
|
2019-12-12 15:45:07 +01:00
|
|
|
|
2025-06-04 18:23:45 +02:00
|
|
|
programs.git.defaultProfile = "work";
|
2019-10-18 20:05:36 +02:00
|
|
|
|
2019-10-19 12:55:35 +02:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
# system
|
|
|
|
|
gparted
|
2025-12-09 22:41:14 +01:00
|
|
|
gnome-firmware
|
2024-03-07 19:54:23 +01:00
|
|
|
mission-center
|
2019-10-18 20:05:36 +02:00
|
|
|
|
2019-10-19 12:55:35 +02:00
|
|
|
# productivity
|
2025-06-04 18:23:45 +02:00
|
|
|
obsidian
|
2020-03-04 19:04:51 +01:00
|
|
|
libreoffice-fresh
|
2025-06-04 18:23:45 +02:00
|
|
|
curtail
|
2019-10-18 20:05:36 +02:00
|
|
|
|
2024-03-07 20:00:29 +01:00
|
|
|
# dev & admin
|
|
|
|
|
pods
|
2024-05-26 11:31:08 +02:00
|
|
|
# gaphor
|
2024-03-07 20:00:29 +01:00
|
|
|
|
|
|
|
|
# security & privacy
|
2025-02-13 23:16:11 +01:00
|
|
|
unstable.proton-pass
|
2025-08-27 14:28:38 +02:00
|
|
|
unstable.proton-authenticator
|
2024-04-30 23:10:05 +02:00
|
|
|
collision
|
2024-03-07 20:00:29 +01:00
|
|
|
metadata-cleaner
|
|
|
|
|
raider
|
2025-06-04 18:23:45 +02:00
|
|
|
gnome-obfuscate
|
|
|
|
|
yubikey-manager
|
|
|
|
|
yubioath-flutter
|
|
|
|
|
localsend
|
|
|
|
|
onionshare-gui
|
2024-03-07 20:00:29 +01:00
|
|
|
|
2020-03-21 17:22:40 +01:00
|
|
|
# entertainment
|
|
|
|
|
celluloid
|
2025-07-21 13:28:09 +02:00
|
|
|
spotify
|
2024-04-30 23:10:48 +02:00
|
|
|
|
2025-06-04 18:23:45 +02:00
|
|
|
# ai
|
|
|
|
|
unstable.alpaca
|
|
|
|
|
|
2024-04-30 23:10:48 +02:00
|
|
|
# other
|
2025-06-04 18:23:45 +02:00
|
|
|
zotero
|
2024-04-30 23:10:48 +02:00
|
|
|
emblem
|
2019-10-19 12:55:35 +02:00
|
|
|
];
|
2019-10-18 20:05:36 +02:00
|
|
|
|
2025-06-06 13:14:29 +02:00
|
|
|
seven.enable = true;
|
|
|
|
|
|
2025-05-18 17:07:53 +02:00
|
|
|
home.stateVersion = "25.05";
|
2019-10-18 20:05:36 +02:00
|
|
|
}
|