Set up Hyprland config. Restructured Desktop environment configs into separate folders.
This commit is contained in:
43
packages.nix
43
packages.nix
@ -4,22 +4,19 @@
|
||||
[
|
||||
#Essentials (CLI Only)
|
||||
wget #A tool for quickly downloading things from the Web
|
||||
micro-with-xclip
|
||||
vimPlugins.LazyVim
|
||||
neovim
|
||||
#vimPlugins.vim-wayland-clipboard
|
||||
micro-with-xclip #Micro text editor with xclip for clipboard
|
||||
thefuck #Error correction in case commands are wrong. Type: 'fuck'
|
||||
jdk23 #Java Development Kit 23
|
||||
python312 #Python 3.12
|
||||
python312Packages.pip #Pip for Python 3.12
|
||||
python312Packages.cmake #The CMake tool to manage project build configurations
|
||||
fastfetch #A utility to see information about your machine
|
||||
btop #A replacement for htop, see your machines resources
|
||||
btop #A replacement for htop to see your machines resources
|
||||
git #Git ... no need to explain
|
||||
efibootmgr
|
||||
zip #A utility for ZIP archives
|
||||
unzip
|
||||
rar #A utility for RAR Archives
|
||||
unzip #A utility for ZIP archives
|
||||
rar #A utility for RAR archives
|
||||
gnutar #A utility for .tar archives
|
||||
cron #A tool to set up commands to run scheduled
|
||||
tmux #A tool to let command windows contiune to run in the background
|
||||
@ -30,20 +27,20 @@
|
||||
openssh #SSH
|
||||
zoxide #Alternatice to cd, browse files
|
||||
fzf-zsh #Search for file names
|
||||
sway
|
||||
coreutils-full
|
||||
multipath-tools
|
||||
|
||||
#Programming
|
||||
jetbrains.pycharm-community #The PyCharm IDE to edit Python code
|
||||
jetbrains.idea-community #The IntelliJ IDE to edit Java code
|
||||
jetbrains.clion #The CLion IDE to edit and compile c/c++ code
|
||||
racket #The racket Programming language, with DrRacket IDE, for University (*Not* because it's my favourite)
|
||||
rustup
|
||||
#jetbrains.pycharm-community #The PyCharm IDE to edit Python code
|
||||
#jetbrains.idea-community #The IntelliJ IDE to edit Java code
|
||||
#jetbrains.clion #The CLion IDE to edit and compile c/c++ code
|
||||
#racket #The racket Programming language, with DrRacket IDE, for University (*Not* because it's my favourite)
|
||||
rustup #Rust Programming Toolchain
|
||||
#go #Go Programming Language
|
||||
|
||||
#Desktop Applications
|
||||
vlc
|
||||
steam
|
||||
#steam
|
||||
#heroic
|
||||
#putty Need to find alternative as it sucks on linux
|
||||
mission-center
|
||||
@ -52,26 +49,26 @@
|
||||
spotify
|
||||
rpi-imager
|
||||
kdePackages.yakuake
|
||||
atlauncher
|
||||
#atlauncher
|
||||
discord
|
||||
whatsapp-for-linux
|
||||
obs-studio
|
||||
i2p
|
||||
gparted
|
||||
#whatsapp-for-linux
|
||||
#obs-studio
|
||||
#i2p
|
||||
gparted #Disk partition Manager
|
||||
#rustdesk
|
||||
mediawriter
|
||||
#inputs.zen-browser.packages.${pkgs.system}.default
|
||||
realvnc-vnc-viewer
|
||||
eddie #AirVPN desktop client
|
||||
|
||||
#CLI tools
|
||||
eddie #AirVPN client for CLI and Desktop
|
||||
yt-dlp
|
||||
tailscale
|
||||
speedtest-cli
|
||||
duplicati
|
||||
ollama
|
||||
#duplicati
|
||||
#ollama
|
||||
cloudflare-warp
|
||||
ddrescue
|
||||
texliveFull #LaTeX PDF maker
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
||||
Reference in New Issue
Block a user