mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
18 lines
192 B
Nix
18 lines
192 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./accounts
|
|
./foot
|
|
./git
|
|
./gpg
|
|
./helix
|
|
./hyprland
|
|
./mpv
|
|
./sops
|
|
./spotify
|
|
./ssh
|
|
./vifm
|
|
./theme
|
|
./packages.nix
|
|
];
|
|
}
|