chore(nix): update nix flake

This commit is contained in:
Ashley Wulber 2023-12-22 10:34:47 -05:00 committed by GitHub
parent 0abed4c665
commit 93ee7861e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 80 deletions

View file

@ -2,6 +2,5 @@
Name=COSMIC
Comment=This session logs you into the COSMIC desktop
Exec=/usr/bin/start-cosmic
TryExec=/usr/bin/start-cosmic
Type=Application
DesktopNames=pop:COSMIC
DesktopNames=COSMIC

View file

@ -23,7 +23,7 @@ then
source "${HOME}/.profile"
fi
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:=pop:COSMIC}"
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:=COSMIC}"
export XDG_SESSION_TYPE="${XDG_SESSION_TYPE:=wayland}"
export XCURSOR_THEME="${XCURSOR_THEME:=Pop}"
export _JAVA_AWT_WM_NONREPARENTING=1