yep, more dotfiles

apply new formatter

wiro.world eaaf4f34 1fcd1873

verified
+4 -4
+1 -1
home-manager/fragments/shell.nix
··· 132 132 end 133 133 ''; 134 134 135 - launch = ''nohup $argv &> /dev/null &''; 135 + launch = "nohup $argv &> /dev/null &"; 136 136 137 137 # Transform a store link file to a real one 138 138 # Useful when playing with config files
+2 -2
home-manager/fragments/sway.nix
··· 93 93 { 94 94 # Dims the screen for X seconds and then switch it off 95 95 timeout = 5 * 60 - 10; 96 - command = ''${lib.getExe pkgs.chayang} -d${toString 10}''; 96 + command = "${lib.getExe pkgs.chayang} -d${toString 10}"; 97 97 } 98 98 { 99 99 timeout = 5 * 60; ··· 171 171 class = "^Unity$"; 172 172 instance = "^Unity$"; 173 173 }; 174 - command = ''floating enable''; 174 + command = "floating enable"; 175 175 } 176 176 177 177 # Inhibit IDLE when these are in fullscreen or focused
+1 -1
nixos/fragments/yabai.nix
··· 54 54 services.skhd = { 55 55 enable = true; 56 56 57 - skhdConfig = ''''; 57 + skhdConfig = ""; 58 58 }; 59 59 }; 60 60 }