···132132 end
133133 '';
134134135135- launch = ''nohup $argv &> /dev/null &'';
135135+ launch = "nohup $argv &> /dev/null &";
136136137137 # Transform a store link file to a real one
138138 # Useful when playing with config files
+2-2
home-manager/fragments/sway.nix
···9393 {
9494 # Dims the screen for X seconds and then switch it off
9595 timeout = 5 * 60 - 10;
9696- command = ''${lib.getExe pkgs.chayang} -d${toString 10}'';
9696+ command = "${lib.getExe pkgs.chayang} -d${toString 10}";
9797 }
9898 {
9999 timeout = 5 * 60;
···171171 class = "^Unity$";
172172 instance = "^Unity$";
173173 };
174174- command = ''floating enable'';
174174+ command = "floating enable";
175175 }
176176177177 # Inhibit IDLE when these are in fullscreen or focused