mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 21:27:01 -04:00
things
This commit is contained in:
parent
d7179ea15b
commit
f39bee1c28
14 changed files with 156 additions and 36 deletions
7
common/users/homeModules/dev/ide/jb/clion.nix
Normal file
7
common/users/homeModules/dev/ide/jb/clion.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs.jetbrains; [
|
||||
clion
|
||||
];
|
||||
};
|
||||
}
|
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./idea.nix
|
||||
./androidStudio.nix
|
||||
./clion.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue