mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-12 04:53:35 -05:00
7 lines
108 B
Nix
7 lines
108 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs.jetbrains; [
|
|
clion
|
|
];
|
|
};
|
|
}
|