chore(nix): update nix flake
This commit is contained in:
parent
0abed4c665
commit
93ee7861e4
6 changed files with 61 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue