nixcfg/home/common-gui.nix

13 lines
224 B
Nix
Raw Normal View History

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