actual organization

This commit is contained in:
floppydiskette 2023-06-24 01:08:36 +01:00
parent e0017bb7e6
commit bd80ed8865
No known key found for this signature in database
3 changed files with 70 additions and 45 deletions

View file

@ -22,60 +22,79 @@
username = "floppydisk"; username = "floppydisk";
homeDirectory = "/home/floppydisk"; homeDirectory = "/home/floppydisk";
packages = with pkgs; [ packages = with pkgs; [
# Utils
handbrake handbrake
nodejs_18
nodePackages.yarn
nodePackages.ts-node
php82
php82Packages.composer
thunderbird thunderbird
deno
picard picard
codeql
discord
libsForQt5.vvave
realvnc-vnc-viewer realvnc-vnc-viewer
rpcs3
pcsxr
pcsx2
rpi-imager rpi-imager
steam
gzdoom
obs-studio obs-studio
yt-dlp yt-dlp
vlc
vscode
_1password-gui _1password-gui
_1password _1password
git-credential-1password git-credential-1password
neofetch neofetch
microsoft-edge microsoft-edge
jetbrains.ruby-mine
jetbrains.rider
jetbrains.phpstorm
jetbrains.idea-ultimate
jetbrains.webstorm
inputs.arrpc.packages.${pkgs.system}.arrpc inputs.arrpc.packages.${pkgs.system}.arrpc
lazygit
dotnet-sdk
minecraft
mongodb-compass
tidal-hifi
teamspeak5_client
rdesktop rdesktop
pfetch pfetch
caprine-bin
lightworks
httpie
partition-manager partition-manager
_3llo _3llo
gimp gimp
qemu qemu
virt-manager virt-manager
# DevTools
github-desktop
gh
codeql
vscode
jetbrains.ruby-mine
jetbrains.rider
jetbrains.phpstorm
jetbrains.idea-ultimate
jetbrains.webstorm
lazygit
wakatime
mongodb-compass
httpie
# Langs
openscad
nodejs_18
nodePackages.yarn
nodePackages.ts-node
php82
php82Packages.composer
deno
python310 python310
python310Packages.pip python310Packages.pip
python310Packages.discordpy python310Packages.discordpy
wakatime dotnet-sdk
jdk17
maven
# Comms
nheko
element-desktop
discord
caprine-bin
teamspeak5_client
# Gaming
rpcs3
pcsxr
pcsx2
steam
gzdoom
minecraft
dolphin-emu
prismlauncher
# Media
vlc
libsForQt5.vvave
tidal-hifi
]; ];
}; };

View file

@ -108,32 +108,35 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# security is for wusses
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1u"
];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # Tools
vim
wget wget
git git
gnupg gnupg
pinentry pinentry
nerdfonts
jetbrains-mono
kitty kitty
ntfs3g ntfs3g
dolphin-emu pulseaudioFull
htop linuxKernel.packages.linux_zen.v4l2loopback
pciutils pciutils
usbutils usbutils
isoimagewriter isoimagewriter
jdk17
prismlauncher
maven
nvtop nvtop
screen
pavucontrol pavucontrol
paprefs paprefs
pulseaudioFull
screen # Fonts
linuxKernel.packages.linux_zen.v4l2loopback nerdfonts
jetbrains-mono
]; ];
programs.fish.enable = true; programs.fish.enable = true;

View file

@ -108,15 +108,18 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # Tools
vim
wget wget
git git
gnupg gnupg
pinentry pinentry
nerdfonts
jetbrains-mono
kitty kitty
ntfs3g ntfs3g
# Fonts
nerdfonts
jetbrains-mono
]; ];
programs.fish.enable = true; programs.fish.enable = true;