feat: first helix conf

This commit is contained in:
s-prechtl 2025-07-23 01:28:18 +02:00
parent aefc04445b
commit efd564b11c
4 changed files with 64 additions and 44 deletions

View file

@ -323,7 +323,7 @@
{
publicKey = "GEX4m+MaTgiFJIusY8lAWkKji5WjzKmyMsSbCmBmHSQ=";
presharedKeyFile = "/home/sprechtl/.wg-keys/psk";
allowedIPs = [ "10.0.0.0/24" ];
allowedIPs = ["10.0.0.0/24"];
endpoint = "sprechtl.me:51820";
persistentKeepalive = 25;
}

View file

@ -4,21 +4,22 @@
...
}: {
imports = [
inputs.zen-browser.homeModules.twilight
../../modules/home-manager/hyprland.nix
../../modules/home-manager/pass.nix
../../modules/home-manager/alacritty.nix
../../modules/home-manager/blueman.nix
../../modules/home-manager/btop.nix
../../modules/home-manager/dunst.nix
../../modules/home-manager/blueman.nix
../../modules/home-manager/git.nix
../../modules/home-manager/wofi.nix
../../modules/home-manager/rofi.nix
../../modules/home-manager/waybar.nix
../../modules/home-manager/alacritty.nix
../../modules/home-manager/nextcloud.nix
../../modules/home-manager/zsh.nix
../../modules/home-manager/tmux.nix
../../modules/home-manager/fastfetch.nix
../../modules/home-manager/git.nix
../../modules/home-manager/helix.nix
../../modules/home-manager/hyprland.nix
../../modules/home-manager/nextcloud.nix
../../modules/home-manager/pass.nix
../../modules/home-manager/rofi.nix
../../modules/home-manager/tmux.nix
../../modules/home-manager/waybar.nix
../../modules/home-manager/wofi.nix
../../modules/home-manager/zsh.nix
inputs.zen-browser.homeModules.twilight
];
home.username = "sprechtl";
home.homeDirectory = "/home/sprechtl";