Schrottkatze
a2b42917f2
in light of significant inconsistencies in the git setups of almost all of my devices, this is something that urgently should be fixed.
11 lines
129 B
Nix
11 lines
129 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./terminal.nix
|
|
./flatpak.nix
|
|
./firewall.nix
|
|
./git.nix
|
|
];
|
|
}
|