diff --git a/README.md b/README.md index 4ff4e109..f4d0ca3e 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,7 @@ Repo for nix configuration files # Other * Try this - https://yewtu.be/watch?v=61wGzIv12Ds&local=true -* gruvbox-factory - https://github.com/paulopacitti/gruvbox-factory \ No newline at end of file +* gruvbox-factory - https://github.com/paulopacitti/gruvbox-factory +https://github.com/Chick2D/neofetch-themes/ +https://github.com/0bCdian/Hyprland_dotfiles/blob/main/mako/config +https://github.com/0bCdian/Hyprland_dotfiles/blob/gruvboxy/neofetch/config.conf diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 5a435815..60faef4e 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -6,15 +6,21 @@ enable = true; # https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml settings = { - background.path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper3.jpg"; - background.fit = "Cover"; - GTK.application_prefer_dark_theme = true; - GTK.cursor_theme_name = "Adwaita"; - GTK.font_name = "Cantarell 16"; - GTK.icon_theme_name = "Papirus Dark"; - GTK.theme_name = "Gruvbox-Dark-BL"; - commands.reboot = [ "systemctl" "reboot" ]; - commands.poweroff = [ "systemctl" "poweroff" ]; + background = { + path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper3.jpg"; + fit = "Cover"; + }; + GTK = { + application_prefer_dark_theme = true; + cursor_theme_name = "Adwaita"; + font_name = "Cantarell 16"; + icon_theme_name = "Papirus-Dark"; + theme_name = "Gruvbox-Dark-BL"; + }; + commands = { + reboot = [ "systemctl" "reboot" ]; + poweroff = [ "systemctl" "poweroff" ]; + }; }; extraCss = '' #background {