about summary refs log tree commit diff
path: root/hosts/phobos/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-27 16:27:22 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-27 16:31:14 +0200
commit95f119d4c65700bfef1e7e62b9c0b46a77347c68 (patch)
tree8ba742cb0b2435539cfbfe521a24a411bba69898 /hosts/phobos/home.nix
parentFix bug with mountpoint options not being in diff strings (diff)
downloadnixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.tar.gz
nixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.tar.bz2
nixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.zip
fmt
Diffstat (limited to '')
-rw-r--r--hosts/phobos/home.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 3e666ef..3238db6 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -43,7 +43,8 @@ in
       builtins.readFile (dotfiles + "/sxhkd/dwm") +
       builtins.readFile (dotfiles + "/sxhkd/base") +
       ''
-            #enter and leave game mode
+      
+        #enter and leave game mode
         alt + shift + F11: ctrl + shift + F11 
             pkill -ALRM sxhkd
 
@@ -53,7 +54,7 @@ in
 
         #Screenshot
         alt + grave
-                bash ~/.scripts/screenshot
+          bash ~/.scripts/screenshot
 
 
         ##################
@@ -109,7 +110,6 @@ in
 
         XF86TouchpadToggle
         	exec ~/.config/i3/scripts/toggletouchpad.sh
-
       '';
   };