font: Change from Monocraft to JetBrains qt: Change theme to Fusion (doesn't look like it works) foot: enable proper home-manger foot server support
13 lines
118 B
Nix
13 lines
118 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./git.nix
|
|
./rofi.nix
|
|
./tmux.nix
|
|
./foot.nix
|
|
];
|
|
}
|