nixos-config/home-manager/stvnliu/programs/default.nix
Zhongheng Liu ba450b88ef
feat: font; qt theme; foot program
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
2024-10-26 12:47:26 +03:00

13 lines
118 B
Nix

{
pkgs,
config,
lib,
...
}: {
imports = [
./git.nix
./rofi.nix
./tmux.nix
./foot.nix
];
}