nix-config/modules/home-manager/desktop/default.nix

11 lines
131 B
Nix
Raw Normal View History

{
imports = [
./firefox.nix
./flameshot.nix
./gtk.nix
./qutebrowser.nix
./mpv.nix
./screenkey.nix
];
}