nixcfg/home/aly-kde.nix

18 lines
289 B
Nix
Raw Normal View History

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