don't read!
β no anime π (pls don't kill me)
β minimalistic
β usable
OS: NixOS
Editor: VSCode
Terminal: Ghostty
- Starship (config)
- eza
- zoxide
- fastfetch
- zsh-syntax-highlighting
- zsh-autosuggestions
- zsh-history-substring-search
SwayNotificationManager (config)
- Theme: GitHub Theme
- Icon Theme: JetBrains Icon Theme
some of my extensions (click)
{
home-manager.users.diced.cfg = {
enable = true;
ghostty = true;
starship = true;
gnome.enable = true;
hyprland = {
enable = true;
# the rest defaults to hyprland.enable, so you can omit them
hypridle = true;
hyprpaper = true;
hyprlock = true;
swaync = true;
wlogout = true;
udiskie = true;
waybar = true;
};
};
}
example: flake.nix
A bunch of these configs (especially hyprland) are taken from various different configs + my own styling. This set of dots are super specific to me, so they probably wont work well for you!