[pkgs]
This commit is contained in:
parent
8a128fa683
commit
7f6b2214a5
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = ["python-2.7.18.8" "electron-25.9.0"];
|
permittedInsecurePackages = ["python-2.7.18.8" "electron-25.9.0" "freeimage-unstable-2021-11-01"];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -22,23 +22,27 @@
|
|||||||
jetbrains.pycharm-community
|
jetbrains.pycharm-community
|
||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
android-studio
|
android-studio
|
||||||
swayimg
|
thunderbird
|
||||||
|
|
||||||
# Coding stuff
|
# Coding stuff
|
||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
nodejs
|
nodejs
|
||||||
python
|
python
|
||||||
(python3.withPackages (ps: with ps; [ requests ]))
|
(python3.withPackages (ps: with ps; [ requests bpython ]))
|
||||||
|
python311Packages.pip
|
||||||
|
rocmPackages.llvm.clang-tools-extra
|
||||||
|
rocmPackages.llvm.clang
|
||||||
|
ncurses
|
||||||
|
|
||||||
# CLI utils
|
# CLI utils
|
||||||
neofetch
|
uwufetch
|
||||||
file
|
file
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
fastfetch
|
fastfetch
|
||||||
htop
|
btop
|
||||||
nix-index
|
nix-index
|
||||||
unzip
|
unzip
|
||||||
scrot
|
scrot
|
||||||
@ -48,7 +52,6 @@
|
|||||||
mediainfo
|
mediainfo
|
||||||
yazi
|
yazi
|
||||||
zram-generator
|
zram-generator
|
||||||
cava
|
|
||||||
zip
|
zip
|
||||||
ntfs3g
|
ntfs3g
|
||||||
yt-dlp
|
yt-dlp
|
||||||
@ -66,6 +69,7 @@
|
|||||||
bat
|
bat
|
||||||
xdg-utils
|
xdg-utils
|
||||||
helix
|
helix
|
||||||
|
playerctl
|
||||||
|
|
||||||
# GUI utils
|
# GUI utils
|
||||||
feh
|
feh
|
||||||
@ -95,6 +99,8 @@
|
|||||||
waybar
|
waybar
|
||||||
waypaper
|
waypaper
|
||||||
vesktop
|
vesktop
|
||||||
|
lxqt.lxqt-policykit
|
||||||
|
hyprcursor
|
||||||
|
|
||||||
# Sound
|
# Sound
|
||||||
pipewire
|
pipewire
|
||||||
|
Loading…
x
Reference in New Issue
Block a user