nixcfg/home/common-gui.nix
2024-03-24 13:15:26 -04:00

13 lines
224 B
Nix

{ config, pkgs, ... }:
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
# warp-terminal
github-desktop
obsidian
vscode
webcord
];
}