mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
11 lines
119 B
Nix
11 lines
119 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./desktop.nix
|
|
./terminal.nix
|
|
./neovim.nix
|
|
./zsh.nix
|
|
./flatpak.nix
|
|
];
|
|
}
|