mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
18 lines
300 B
Nix
18 lines
300 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# assorted stuff until I decide where it goes
|
|
home-manager.users.may = { pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
openjdk21
|
|
vlc
|
|
spotify
|
|
jetbrains.idea
|
|
obs-studio
|
|
discord
|
|
jetbrains.rust-rover
|
|
halloy
|
|
dino
|
|
];
|
|
};
|
|
}
|