1
0
Fork 0
mirror of https://github.com/jbowdre/dotfiles.git synced 2025-01-12 20:19:13 +00:00
dotfiles/home/modules/gui/default.nix
2024-12-21 16:58:20 -06:00

6 lines
165 B
Nix

{ pkgs, ... }: {
# Common GUI apps
imports = [ ./firefox.nix ./kitty.nix ./vscode.nix ];
home.packages = with pkgs; [ gimp-with-plugins qFlipper remmina ];
}