Skip to content

diced/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

don't read!
βœ“ no anime πŸ˜ƒ (pls don't kill me)
βœ“ minimalistic
βœ“ usable


OS: NixOS

WM: GNOME and Hyprland

Editor: VSCode

Terminal

terminal vertical theme split

Terminal: Ghostty

Shell: zsh (config)

Gnome

gnome ss

dconf settings

Hyprland

hyprland ss

Hyprland (config)

Waybar (config)

SwayNotificationManager (config)

wlogout (config)

hyprlock (config)

hypridle (config)

hyprpaper (config)

hyprswitch (style)

Editor

VSCode

some of my extensions (click)

Configuring

{
  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

Disclaimer

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!

About

insane linux dots

Resources

Stars

Watchers

Forks