mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
14 lines
179 B
Nix
14 lines
179 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./zsh.nix
|
|
./hyprland.nix
|
|
./thunar.nix
|
|
./xfconf.nix
|
|
./ssh.nix
|
|
./ydotool.nix
|
|
./steam.nix
|
|
./nix-ld.nix
|
|
];
|
|
}
|