PRs are Welcome! This is not a linux rice; this is base and minimal NixOS 24.05 + Hyprland configurations
that ensures all basic functionality up and running before any Linux Ricing (because beauty is in the eye of the beholder').
I closely followed Hyprland Wiki for the recommended packages. The basic functionalities are but not limited to:
- Gaming (Steam + Nvidia, see Wiki)
- Running app via GUI launcher (Rofi)
- File Manager (Thunar)
- Screenshot (Grimblast)
- Bluetooth (Blueberry)
- Running
.AppImagefiles on NixOS (appimage-run) - Text editing (Zed - This is personal preference)
- Screen lock (Hyprlock)
- Wallpaper (Hyprlock)
- Sound seting/shortcut (Pulseaudio, Pipewire, Wireplumber - I found NixOS users having initial problem to make it up and running)
- Light setting/shortcut
๐จ Missing/testing:
- Wifi GUI (missing - currently using
$ nmcli device wifi list) - Welcome screen (missing)
- Screen reording (missing)
- Microphone input (testing)
- Install NixOS 24.05 (NixOS - Choose
No desktop environment) - Install git
- Open your terminal and run
git clone https://github.com/stanley355/stanix.git
cd stanix
cp -r ./configuration.nix /etc/nixos/configuration.nix
cp -r ./.config ~/
nixos-rebuild switch
reboot
- After reboot your Nixos should be up and running

