summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-11-05 14:02:03 +0100
committerAlan Pearce2019-11-05 14:02:03 +0100
commit3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9 (patch)
treedb95f3320335d93094b4c042e903b378c6ac1a60 /user
parent3ebe9082fafdd4f9c1f9354c5a359448520edea5 (diff)
downloadnixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.tar.lz
nixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.tar.zst
nixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.zip
SatoshiPay: use web browser for Slack
Enables better font configuration
Diffstat (limited to 'user')
-rw-r--r--user/satoshipad.nix4
-rw-r--r--user/settings/satoshipay.nix1
2 files changed, 1 insertions, 4 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index e98bda66..2fd24fea 100644
--- a/user/satoshipad.nix
+++ b/user/satoshipad.nix
@@ -28,12 +28,10 @@
   xsession.windowManager.i3 = {
     config = {
       assigns = {
-        "1" = [{ class = "^Slack"; }];
-        "2" = [{ class = "^Firefox Developer Edition$"; }];
+        "1" = [{ class = "^Firefox Developer Edition$"; }];
         "6" = [{ class = "^Emacs$"; }];
       };
       startup = [
-        { command = "slack"; }
         { command = "firefox-devedition"; }
         { command = "emacs"; }
       ];
diff --git a/user/settings/satoshipay.nix b/user/settings/satoshipay.nix
index 8194488b..0ed4ca54 100644
--- a/user/settings/satoshipay.nix
+++ b/user/settings/satoshipay.nix
@@ -35,7 +35,6 @@ in
 
     redis-desktop-manager
     robo3t
-    slack
   ]));
 
   programs.git.includes = [