This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export XDG_CURRENT_DESKTOP=Hyprland | |
export XDG_SESSION_DESKTOP=Hyprland | |
export XDG_SESSION_TYPE=wayland | |
export QT_AUTO_SCREEN_SCALE_FACTOR=1 | |
export QT_QPA_PLATFORM="wayland;xcb" | |
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This is an operating system configuration generated | |
;; by the graphical installer. | |
;; | |
;; Once installation is complete, you can learn and modify | |
;; this file to tweak the system configuration, and pass it | |
;; to the 'guix system reconfigure' command to effect your | |
;; changes. | |