dotfiles/home/modules/gui/default.nix
John Bowdre 863252abd6
gui: add alacritty
also: fix chromeos-related configurations for xdgconfig and nixgl
2024-12-20 14:53:12 -06:00

6 lines
169 B
Nix

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