Releases: sandptel/nixos-config
Releases · sandptel/nixos-config
v1.0.1
Fast Wallpaper Refresh/Better Waybar /Theming Fixes/ Blur :)
recording.mp4
Better Bluring for Readibility
Adds Cava, Better Theming for Waybar
Adds Neon Glow To Boundry of Active workspaces (minor tweaks in hyprland Shadows)
Fast Random Wallpaper (Alt+w) /functioning stablized (yet multimonitor support not added)
GTK Theme auto select to pywal (FlatColor)
Minor Fixes here and there
v1.0.0
v1.1.0
Most Stable Till Now ✨
venusaur.mp4
DO NOT COPY THESE BLINDLY ! 🙂
DropTerm Kitty + Hypr-Plugins + Systemwide Theming + Hyprlock + Krabby 🦀
Changes
- Pinned specific commits for Hyprland and its plugins for stability :)
- Custom Hypridle + Hyprlock configs with Fingerprint Support (04f3:0c00 Elan Microelectronics Corp. ELAN:ARM-M4)
- Enabled wpgtk for GTK4 and GTK3 (GTK2 not covered)
- VSCode + GTK + Kitty + Any Terminal + Gnome Theming
- Bibata-Mordern-Ice Cursor Theme Pinned on initial_boot.sh
- Waybar Theming Issues Fixed with wallust stylesheets
- Easy Special Workspace Call Alt+Y (Shift) , Alt+I (Invoke)
Notes for me (OFC)
- Not fully reproducible without edits to
home.nix
or manually copying some rofi configs. - Disabled Quick Edits WayBar/Rofi/Hypr Configs (Because of the use of Home Manager)
- No QT Support + No Game Environment Setup
Installation
-
Install Nix:
sh <(curl -L https://nixos.org/nix/install) --no-daemon . ~/.nix-profile/etc/profile.d/nix.sh export NIX_CONFIG="experimental-features = nix-command flakes"
-
Clone the Repository:
git clone https://github.com/sandptel
-
Rebuild and Switch Using Flakes:
Replace<profile_name>
with your profile name.sudo nixos-rebuild switch --flake .#<profile_name>
OR install directly via:
sudo nixos-rebuild switch --flake github:sandptel/nixos-config/stable#<profile_name>