mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
Added support for Pycharm and Python
This commit is contained in:
parent
3865a0cd20
commit
df95ecabf1
@ -9,7 +9,7 @@
|
||||
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
|
||||
# exec Hyprland
|
||||
#fi
|
||||
if [ -z $HOME/.bashrc-personal ]; then
|
||||
if [ -f $HOME/.bashrc-personal ]; then
|
||||
source $HOME/.bashrc-personal
|
||||
fi
|
||||
'';
|
||||
|
@ -1,6 +1,11 @@
|
||||
{ pkgs, config, inputs, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
my-python-packages = ps: with ps; [
|
||||
pandas
|
||||
requests
|
||||
];
|
||||
in {
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@ -11,7 +16,8 @@
|
||||
v4l-utils ydotool wl-clipboard socat cowsay lsd
|
||||
pkg-config meson hugo gnumake ninja go nodejs symbola
|
||||
noto-fonts-color-emoji material-icons brightnessctl
|
||||
toybox virt-viewer
|
||||
toybox virt-viewer jetbrains.pycharm-community-bin
|
||||
(pkgs.python3.withPackages my-python-packages)
|
||||
];
|
||||
|
||||
programs.steam.gamescopeSession.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user