nixcfg/home/aly-hyprland.nix

23 lines
369 B
Nix

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