mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-09 10:51:16 +01:00
12 lines
121 B
Nix
12 lines
121 B
Nix
{
|
|
imports = [
|
|
./base
|
|
./xsession
|
|
./audio.nix
|
|
./zsh
|
|
./gui.nix
|
|
./non-nixos.nix
|
|
./games
|
|
];
|
|
}
|