mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-13 22:02:17 +00:00
John Bowdre
69b82c6015
Gemini is neat, but not likely something I'll be using regularly
This reverts commit ff8a8de99d
.
14 lines
No EOL
189 B
Nix
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
|
|
];
|
|
} |