dotfiles/home/features/desktop/default.nix
John Bowdre 69b82c6015 Revert "add lagrange gemini client"
Gemini is neat, but not likely something I'll be using regularly

This reverts commit ff8a8de99d.
2024-02-25 18:58:25 -06:00

14 lines
No EOL
189 B
Nix

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