mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
Add home configuration for hetzner
This commit is contained in:
parent
14c9f0783f
commit
283fbff408
3 changed files with 17 additions and 6 deletions
13
configurations/home/srid@sensuous.nix
Normal file
13
configurations/home/srid@sensuous.nix
Normal 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";
|
||||
}
|
||||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue