nix-config/hosts/nixos/modules/programs/default.nix
lightly-toasted 213ce6601f feat: add nh
- Updated justfile to use nh for deploy commands
- Added nh to flake devShell
- Added nh and just to shell.nix
- Enabled programs.nh in nixos
2026-01-17 12:10:57 +09:00

15 lines
192 B
Nix

{ config, pkgs, ... }:
{
imports = [
./zsh.nix
./hyprland.nix
./thunar.nix
./xfconf.nix
./ssh.nix
./ydotool.nix
./steam.nix
./nix-ld.nix
./nh.nix
];
}