Gruvbox theme for NixOS with Hyprland.
| Software | Description |
|---|---|
| Hyprland 🪟 | Wayland compositor |
| Rofi🚀 | Launcher, clipboard and emoji |
| Kitty🐱 | Terminal |
| Waybar | Panel for Wayland |
| Dunst🔔 | Notification Daemon |
| Yazi📂 | File Manager |
| Latest⚡ | Linux Kernel |
nix-shell -p git
git clone https://github.com/gemakfy/NixOS-dotfiles --depth=1
cd ./NixOS-dotfiles/hardware
rm hardware-configuration.nix
cp /etc/nixos/hardware-configuration.nix .
sudo nixos-rebuild switch --flake .
home-manager switch --flake .
rebootbootctl status # check uefi support
sudo sbctl create-keys # generate keys
sudo sbctl verify # check signed
sudo sbctl enroll-keys --microsoft # enroll keys
# read lanzaboote docs https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md
⚠️ Warning This configuration is specifically designed for usernamegemakfy. If your username is different, the config will not work without modifications. replace all occurrences ofgemakfywith your username.
config base: https://github.com/Andrey0189/nixos-config

