mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
13 lines
162 B
Nix
13 lines
162 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./zsh.nix
|
|
./hyprland.nix
|
|
./thunar.nix
|
|
./xfconf.nix
|
|
./ssh.nix
|
|
./ydotool.nix
|
|
./steam.nix
|
|
];
|
|
}
|