mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
- 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
15 lines
192 B
Nix
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
|
|
];
|
|
}
|