Added element to startup applications
This commit is contained in:
parent
849f229e36
commit
1829e0f63a
3 changed files with 22 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
Removed kweather icon showing in top bar
|
Added element to startup applications
|
||||||
|
|
|
||||||
8
home.nix
8
home.nix
|
|
@ -45,10 +45,10 @@
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# home.file.".config/autostart" = {
|
home.file.".config/autostart" = {
|
||||||
# source = ./startup;
|
source = ./startup;
|
||||||
# recursive = true;
|
recursive = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
home.file.".config/mimeapps.list" = {
|
home.file.".config/mimeapps.list" = {
|
||||||
source = ./mimeapps/mimeapps.list;
|
source = ./mimeapps/mimeapps.list;
|
||||||
|
|
|
||||||
17
startup/Element.desktop
Executable file
17
startup/Element.desktop
Executable file
|
|
@ -0,0 +1,17 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Comment[en_US]=
|
||||||
|
Comment=
|
||||||
|
Exec=/run/current-system/sw/bin/element-desktop --hidden
|
||||||
|
GenericName[en_US]=
|
||||||
|
GenericName=
|
||||||
|
Icon=system-run
|
||||||
|
MimeType=
|
||||||
|
Name[en_US]=Element
|
||||||
|
Name=Element
|
||||||
|
Path=
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
TerminalOptions=
|
||||||
|
Type=Application
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
||||||
Loading…
Add table
Add a link
Reference in a new issue