Add home configuration for hetzner

This commit is contained in:
Sridhar Ratnakumar 2025-09-07 16:30:01 +02:00
parent 14c9f0783f
commit 283fbff408
3 changed files with 17 additions and 6 deletions

View file

@ -0,0 +1,13 @@
{ flake, ... }:
let
inherit (flake) inputs;
inherit (inputs) self;
in
{
imports = [
self.homeModules.default
self.homeModules.linux-only
];
home.username = "srid";
}

View file

@ -8,9 +8,9 @@
./all/nix.nix
./all/git.nix
./all/direnv.nix
./all/zellij.nix
# ./all/zellij.nix
./all/just.nix
./all/juspay.nix
# ./all/juspay.nix
./claude-code
];

View file

@ -1,9 +1,7 @@
{
imports = [
./all/bash.nix
./all/zsh.nix
./all/vscode-server.nix
./all/nushell
./all/ghostty.nix # Install it anyway for TERM to work on VMs
# ./all/zsh.nix
# ./all/vscode-server.nix
];
}