Skip to content

Commit

Permalink
Update GNOME and Hyprland configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 6, 2024
1 parent bb28528 commit 45a8d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion hosts/common/optional/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
gdm = {
enable = true;
# Would likely create issue if used on laptop.
autoSuspend = false;
# autoSuspend = false;
wayland = true;
};
};
Expand Down
33 changes: 3 additions & 30 deletions hosts/common/optional/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,9 @@

networking.networkmanager.enable = true;

# DO NOT USE ON OTHER DEs
# qt.style = "kvantum";
# qt.platformTheme = "qt5ct";


# Use librsvg's gdk-pixbuf loader cache file as it enables gdk-pixbuf to load SVG files (important for icons in GTK apps)
# environment.variables.sessionVariables = {
# # GDK_PIXBUF_MODULE_FILE = lib.mkForce "$(echo ${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/*/loaders.cache)";
# # NIXOS_OZONE_WL = "1";
# PATH = [
# "\${HOME}/.local/bin"
# "\${HOME}/.cargo/bin"
# "\$/usr/local/bin"
# ];
# # NIXPKGS_ALLOW_UNFREE = "1";
# # SCRIPTDIR = "\${HOME}/.local/share/scriptdeps";
# # STARSHIP_CONFIG = "\${HOME}/.config/starship/starship.toml";
# XDG_CURRENT_DESKTOP = "Hyprland";
# XDG_SESSION_TYPE = "wayland";
# XDG_SESSION_DESKTOP = "Hyprland";
# GDK_BACKEND = "wayland";
# CLUTTER_BACKEND = "wayland";
# SDL_VIDEODRIVER = "x11";
# XCURSOR_SIZE = "24";
# XCURSOR_THEME = "Bibata-Modern-Ice";
# QT_QPA_PLATFORM = "wayland";
# # QT_QPA_PLATFORMTHEME = "qt5ct";
# QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
# QT_AUTO_SCREEN_SCALE_FACTOR = "1";
# # MOZ_ENABLE_WAYLAND = "1";
# };
environment.variables.sessionVariables = {
XDG_SESSION_DESKTOP = "Hyprland";
};

}

0 comments on commit 45a8d39

Please sign in to comment.