Thor updates
This commit is contained in:
parent
95cf33eefd
commit
7d46411265
3 changed files with 11 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ let
|
||||||
{ desktopName = "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"; }
|
{ desktopName = "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"; }
|
||||||
{ desktopName = "Notion"; link = "https://notion.so"; categories = [ "Office" ]; icon = builtins.fetchurl "https://www.notion.so/images/logo-ios.png"; }
|
{ desktopName = "Notion"; link = "https://notion.so"; categories = [ "Office" ]; icon = builtins.fetchurl "https://www.notion.so/images/logo-ios.png"; }
|
||||||
{ desktopName = "WhatsApp"; link = "https://web.whatsapp.com/"; }
|
{ desktopName = "WhatsApp"; link = "https://web.whatsapp.com/"; }
|
||||||
|
{ desktopName = "Monkeytype"; link = "https://mokeytype.com/"; icon = builtins.fetchurl "https://monkeytype.com/images/favicon/apple-touch-icon.png"; }
|
||||||
];
|
];
|
||||||
webAppBuilder =
|
webAppBuilder =
|
||||||
{ desktopName
|
{ desktopName
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,8 @@
|
||||||
zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
|
zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.teamviewer.enable = true;
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
sudo.extraConfig = ''
|
sudo.extraConfig = ''
|
||||||
|
|
|
||||||
13
thor.nix
13
thor.nix
|
|
@ -53,23 +53,25 @@
|
||||||
# electrum
|
# electrum
|
||||||
element-desktop
|
element-desktop
|
||||||
evolution
|
evolution
|
||||||
kmail
|
|
||||||
file
|
file
|
||||||
firefox
|
firefox
|
||||||
gallery-dl
|
gallery-dl
|
||||||
okular
|
gnome.gnome-calendar
|
||||||
|
gnome.geary
|
||||||
google-chrome
|
google-chrome
|
||||||
gucharmap
|
gucharmap
|
||||||
|
handbrake
|
||||||
htop
|
htop
|
||||||
httpie
|
httpie
|
||||||
# hyperspace-cli
|
# hyperspace-cli
|
||||||
inkscape
|
inkscape
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
|
kdiff3
|
||||||
|
kmail
|
||||||
|
kontact
|
||||||
|
korganizer
|
||||||
krita
|
krita
|
||||||
lutris
|
lutris
|
||||||
kdiff3
|
|
||||||
korganizer
|
|
||||||
kontact
|
|
||||||
minecraft
|
minecraft
|
||||||
mmv-go
|
mmv-go
|
||||||
mpv
|
mpv
|
||||||
|
|
@ -78,6 +80,7 @@
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
nix-tree
|
nix-tree
|
||||||
obsidian
|
obsidian
|
||||||
|
okular
|
||||||
openvpn
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pentablet-driver
|
pentablet-driver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue