12 lines
113 B
Nix
12 lines
113 B
Nix
{
|
|
imports = [
|
|
# shared imports
|
|
./dconf
|
|
./fuse
|
|
./security
|
|
./xdg
|
|
./zram
|
|
./zsh
|
|
];
|
|
}
|