nix-config/hosts/nixos/modules/programs/default.nix

13 lines
162 B
Nix

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