mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-21 12:32:51 +02: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
|
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
|
||||||
# exec Hyprland
|
# exec Hyprland
|
||||||
#fi
|
#fi
|
||||||
if [ -z $HOME/.bashrc-personal ]; then
|
if [ -f $HOME/.bashrc-personal ]; then
|
||||||
source $HOME/.bashrc-personal
|
source $HOME/.bashrc-personal
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
{ pkgs, config, inputs, ... }:
|
{ pkgs, config, inputs, ... }:
|
||||||
|
|
||||||
{
|
let
|
||||||
|
my-python-packages = ps: with ps; [
|
||||||
|
pandas
|
||||||
|
requests
|
||||||
|
];
|
||||||
|
in {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
@ -11,7 +16,8 @@
|
|||||||
v4l-utils ydotool wl-clipboard socat cowsay lsd
|
v4l-utils ydotool wl-clipboard socat cowsay lsd
|
||||||
pkg-config meson hugo gnumake ninja go nodejs symbola
|
pkg-config meson hugo gnumake ninja go nodejs symbola
|
||||||
noto-fonts-color-emoji material-icons brightnessctl
|
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;
|
programs.steam.gamescopeSession.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user