mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
a2b42917f2
in light of significant inconsistencies in the git setups of almost all of my devices, this is something that urgently should be fixed.
12 lines
129 B
Nix
12 lines
129 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./terminal.nix
|
|
./flatpak.nix
|
|
./firewall.nix
|
|
./git.nix
|
|
];
|
|
}
|