mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
14 lines
135 B
Nix
14 lines
135 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./applications
|
|
./gaming
|
|
./graphical
|
|
./hardware
|
|
./services
|
|
./system
|
|
./wsl
|
|
];
|
|
|
|
}
|