bye byte
This commit is contained in:
parent
03669e3a16
commit
721fb6e974
2 changed files with 5 additions and 6 deletions
|
@ -20,9 +20,10 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.${user}.home.packages = with pkgs; [
|
home-manager.users.${user}.home.packages = with pkgs; [
|
||||||
# TODO: plugins
|
# CYA NERDS
|
||||||
jetbrains.pycharm-community
|
# NOTTODO: plugins
|
||||||
jetbrains.clion
|
# jetbrains.pycharm-community
|
||||||
|
# jetbrains.clion
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
i have a slight idea of what i'm doing
|
i have a slight idea of what i'm doing
|
||||||
|
|
||||||
todo:
|
|
||||||
- install jetbrains plugins via nix
|
|
||||||
|
|
Loading…
Reference in a new issue