Compare commits
No commits in common. "efd81b8b50ede22c23b5b6e7bfb7ffb75044506a" and "07be39befdddf0b200f8fc53f25d83c5198e5f0d" have entirely different histories.
efd81b8b50
...
07be39befd
|
@ -198,7 +198,7 @@
|
|||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 2, firefox"
|
||||
"workspace 4, (com.obsproject.Studio|WebCord|signal|teams-for-linux)"
|
||||
"workspace 4, (com.obsproject.Studio|WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||
"workspace 6, (x2goclient|Nxplayer.bin)"
|
||||
|
||||
|
|
|
@ -12,12 +12,7 @@
|
|||
etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
systemPackages = with pkgs; [
|
||||
openfortivpn
|
||||
samba
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
systemPackages = with pkgs; [openfortivpn samba];
|
||||
};
|
||||
services.ollama.enable = true;
|
||||
}
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
noson
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
x2goclient
|
||||
];
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
|
|
|
@ -81,15 +81,6 @@
|
|||
ManagedBookmarks = [
|
||||
# TODO update these
|
||||
{toplevel_name = "Managed Bookmarks";}
|
||||
{
|
||||
name = "Standard";
|
||||
children = [
|
||||
{
|
||||
name = "WhatsApp Web";
|
||||
url = "https://web.whatsapp.com/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "Server";
|
||||
children = [
|
||||
|
|
Loading…
Reference in a new issue