mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-01 19:23:52 +00:00
9.7 KiB
9.7 KiB
❄️【 NIXOS DOTFILES 】❄️
GUIDE FOR CREATE OWN MACHINE & HOME
- Create directory with your hostName in flakeDir
- flakeDir is flake root (example: /persist/flake/ )
- Create default.nix in ~/flakeDir/hostName/ (example: ~/flakeDir/hostName/default.nix )
- Fill it with:
{ inputs, lib, ... }: { flake = import ../libx/builder.nix { # default values watch in ~/flakeDir/libx/builder.nix inherit inputs lib; disk = "..."; # your disk in /dev/disk/by-uuid/* # VARIABLES hostName = "pantheon"; # hostName is ~/flakeDir/hostName userName = "arthemida"; # userName flakeDir = "/persist/flake"; # flakeDir is = "desktop"; # for laptop | desktop | server # CUSTOMIZE theme = "chanivibes"; # from inputs.design.base16 image = "default"; # from inputs.design.wallpapers # SYS INFA plfrm = "x86_64-linux"; # your architecture ver = "24.05"; # stateVersion in below /etc/nixos/configuration.nix # DEVICES dev = { # other mountable disks SSD1 = "/mnt/games"; HDD1 = "/mnt/prono_idk"; SSD2 = "/mnt/howii"; }; }; }
Software
Category | Sub category with (name + url) | Desciption |
---|---|---|
Desktop utilites | Window manager | |
hyprland | Best window manager | |
kitty | Very good terminal with image preview | |
foot | Simplest terminal | |
grimblast | Screenshoter | |
nwg-drawer | Gnome-like launcher | |
waybar | Bar for wayland compositors | |
CLI utilites | Useful | |
fish | Just working shell | |
fastfetch | Fetch for be cool rices | |
yazi | Rusted file-manager great!!! | |
helix | Best text editor with vi-like keys | |
cava | Sound visualizer | |
rustmission | TUI for Transmission | |
torque | Bash...ugly...magnet only Transmission TUI | |
eza | Rusted ls with icons | |
lutgen | Rusted lut | |
jpegoptim | Low size for jpeg | |
optipng | Low size for png | |
nvtop | Top for GPU | |
btop | Very informated top | |
trashy | Trash manager | |
fuc | Rusted cp and rm commands | |
sudo-rs | Fast and secure sudo | |
GUI utilites | GUI utilites | |
zen | Stylish and modern ForryFox (best my opinion) | |
floorp | One of best browser on FurryFox | |
nemo | File manager from Cinnamon | |
obsidian | Markdown editor | |
onlyoffice | Office suite | |
haguichi | GUI for Hamachi | |
vesktop | Wayland Discord client | |
qbittorrent | Torrents))))) hahah)))) | |
64gram | IDK just modified tgram client lol | |
ayugram | Telegram client with ghost mode | |
file-Roller | Archiver | |
filezilla | Good FTP client | |
mpv | Simplest video player | |
anime4k | Anime upscaler | |
swayimg | Simple image viewer | |
Games | Games | |
mindustry | OHMYGOD 10/10 RTS YEEEE BOYYYY | |
bottles | Wine launcher with multiple prefixes | |
prismlauncher | Fuckm all my homies plays this shit man | |
steam | Cool game store and launcher | |
legendary | CLI for Epic Games Store | |
protonup | Provides Proton-GE/Wine-GE for Steam and Bottles | |
proton-ge | GE(idk what that mean) version of Valve Proton | |
Misc | Misc | |
nix-tree | Tree for your generations&derivations | |
nurl | Tool for fetching git repo | |
tenki | TUI clock with effects | |
confetty | Confetty and fireworks in terminal | |
jetbrains | Nerded fonts |
- IDK WHAT ALSO DUDES