Update webapps + odin teamviewer
This commit is contained in:
parent
c7701132ba
commit
c0a350f427
2 changed files with 8 additions and 5 deletions
|
|
@ -3,13 +3,14 @@
|
|||
let
|
||||
cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
||||
links = [
|
||||
{ name = "Protonmail"; link = "https://mail.protonmail.com"; categories = "Office"; icon = builtins.fetchurl "https://mail.protonmail.com/assets/coast-228x228.png"; }
|
||||
{ name = "YouTube"; link = "https://www.youtube.com"; categories = "AudioVideo"; }
|
||||
{ name = "Twitch"; link = "https://www.twitch.tv"; icon = builtins.fetchurl "https://static.twitchcdn.net/assets/favicon-32-e29e246c157142c94346.png"; categories = "AudioVideo"; }
|
||||
{ name = "Netflix"; link = "https://www.netflix.com"; categories = "AudioVideo"; }
|
||||
{ name = "Prime Video"; link = "https://primevideo.com"; categories = "AudioVideo"; }
|
||||
{ name = "Google Keep"; link = "https://keep.google.com"; categories = "Office"; }
|
||||
{ name = "Google Calendar"; link = "https://google.com/calendar"; icon = "calendar"; categories = "Calendar;Office"; }
|
||||
{ name = "Notion"; link = "https://notion.so"; categories = "Office"; }
|
||||
{ name = "Netflix"; link = "https://www.netflix.com"; categories = "AudioVideo"; icon = builtins.fetchurl "https://assets.nflxext.com/us/ffe/siteui/common/icons/nficon2016.png"; }
|
||||
{ name = "Prime Video"; link = "https://primevideo.com"; categories = "AudioVideo"; icon = builtins.fetchurl "https://m.media-amazon.com/images/G/01/digital/video/DVUI/favicons/apple-touch-icon-152x152._CB527404565_.png"; }
|
||||
{ name = "Google Keep"; link = "https://keep.google.com"; categories = "Office"; icon = builtins.fetchurl "https://ssl.gstatic.com/keep/keep_2020q4v2.ico"; }
|
||||
{ name = "Google Calendar"; link = "https://google.com/calendar"; categories = "Calendar;Office"; icon = builtins.fetchurl "https://calendar.google.com/googlecalendar/images/favicons_2020q4/calendar_31_256.ico"; }
|
||||
{ name = "Notion"; link = "https://notion.so"; categories = "Office"; icon = builtins.fetchurl "https://www.notion.so/images/logo-ios.png"; }
|
||||
{ name = "WhatsApp"; link = "https://web.whatsapp.com/"; }
|
||||
];
|
||||
webAppBuilder =
|
||||
|
|
|
|||
|
|
@ -205,6 +205,8 @@
|
|||
# Power-profiles
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
# services.teamviewer.enable = true;
|
||||
|
||||
# Virtualisation
|
||||
virtualisation = {
|
||||
kvmgt.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue