actual organization
This commit is contained in:
parent
e0017bb7e6
commit
bd80ed8865
3 changed files with 70 additions and 45 deletions
|
@ -22,60 +22,79 @@
|
|||
username = "floppydisk";
|
||||
homeDirectory = "/home/floppydisk";
|
||||
packages = with pkgs; [
|
||||
# Utils
|
||||
handbrake
|
||||
nodejs_18
|
||||
nodePackages.yarn
|
||||
nodePackages.ts-node
|
||||
php82
|
||||
php82Packages.composer
|
||||
thunderbird
|
||||
deno
|
||||
picard
|
||||
codeql
|
||||
discord
|
||||
libsForQt5.vvave
|
||||
realvnc-vnc-viewer
|
||||
rpcs3
|
||||
pcsxr
|
||||
pcsx2
|
||||
rpi-imager
|
||||
steam
|
||||
gzdoom
|
||||
obs-studio
|
||||
yt-dlp
|
||||
vlc
|
||||
vscode
|
||||
_1password-gui
|
||||
_1password
|
||||
git-credential-1password
|
||||
neofetch
|
||||
microsoft-edge
|
||||
jetbrains.ruby-mine
|
||||
jetbrains.rider
|
||||
jetbrains.phpstorm
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.webstorm
|
||||
inputs.arrpc.packages.${pkgs.system}.arrpc
|
||||
lazygit
|
||||
dotnet-sdk
|
||||
minecraft
|
||||
mongodb-compass
|
||||
tidal-hifi
|
||||
teamspeak5_client
|
||||
rdesktop
|
||||
pfetch
|
||||
caprine-bin
|
||||
lightworks
|
||||
httpie
|
||||
partition-manager
|
||||
_3llo
|
||||
gimp
|
||||
qemu
|
||||
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
|
||||
python310Packages.pip
|
||||
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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -108,32 +108,35 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# security is for wusses
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1u"
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
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
|
||||
git
|
||||
gnupg
|
||||
pinentry
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
kitty
|
||||
ntfs3g
|
||||
dolphin-emu
|
||||
htop
|
||||
pulseaudioFull
|
||||
linuxKernel.packages.linux_zen.v4l2loopback
|
||||
pciutils
|
||||
usbutils
|
||||
isoimagewriter
|
||||
jdk17
|
||||
prismlauncher
|
||||
maven
|
||||
nvtop
|
||||
screen
|
||||
pavucontrol
|
||||
paprefs
|
||||
pulseaudioFull
|
||||
screen
|
||||
linuxKernel.packages.linux_zen.v4l2loopback
|
||||
|
||||
# Fonts
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
|
@ -108,15 +108,18 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
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
|
||||
git
|
||||
gnupg
|
||||
pinentry
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
kitty
|
||||
ntfs3g
|
||||
|
||||
# Fonts
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
Loading…
Reference in a new issue